Kind
Dnsendpoint
Group
externaldns.k8s.io
Version
v1alpha1
apiVersion: externaldns.k8s.io/v1alpha1 kind: Dnsendpoint metadata: name: example
View raw schema
apiVersion string
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
kind string
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
metadata object
spec object
DNSEndpointSpec defines the desired state of DNSEndpoint
endpoints []object
dnsName string
The hostname of the DNS record
labels object
Labels stores labels defined for the Endpoint
providerSpecific []object
ProviderSpecific stores provider specific config
name string
value string
recordTTL integer
TTL for the record
format: int64
recordType string
RecordType type of record, e.g. CNAME, A, AAAA, SRV, TXT etc
setIdentifier string
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
status object
DNSEndpointStatus defines the observed state of DNSEndpoint
observedGeneration integer
The generation observed by the external-dns controller.
format: int64
Copied!