{{ define "members" }} {{- /* . is a apiType */ -}} {{- range .GetMembers -}} {{- /* . is a apiMember */ -}} {{- if not .Hidden }}
{{ .FieldName }}
{{- if and (not .IsOptional) (not .IsInline) }} [Required]{{- end -}}
{{ .FieldName }} are embedded into this type.)
{{- end }}
{{ if .GetComment -}}
{{ .GetComment }}
{{- else -}}
No description provided.
{{- end }}
{{- if and (eq (.GetType.Name.Name) "ObjectMeta") -}}
Refer to the Kubernetes API documentation for the fields of the metadata field.
{{- end -}}