APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject
specobject
DNSEndpointSpec defines the desired state of DNSEndpoint
endpoints[]object
dnsNamestring
The hostname of the DNS record
labelsobject
Labels stores labels defined for the Endpoint
providerSpecific[]object
ProviderSpecific stores provider specific config
namestring
valuestring
recordTTLinteger
TTL for the record
format: int64
recordTypestring
RecordType type of record, e.g. CNAME, A, AAAA, SRV, TXT etc
setIdentifierstring
Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
targets[]string
The targets the DNS record points to
statusobject
DNSEndpointStatus defines the observed state of DNSEndpoint
observedGenerationinteger
The generation observed by the external-dns controller.