You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'APIVersion defines the versioned schema of this representation
31
+
of an object. Servers should convert recognized schemas to the latest
32
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
33
+
type: string
34
+
kind:
35
+
description: 'Kind is a string value representing the REST resource this
36
+
object represents. Servers may infer this from the endpoint the client
37
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
type: string
39
+
metadata:
40
+
type: object
41
+
spec:
42
+
description: DNSEndpointSpec defines the desired state of DNSEndpoint
43
+
properties:
44
+
endpoints:
45
+
items:
46
+
description: Endpoint is a high-level way of a connection between
47
+
a service and an IP
48
+
properties:
49
+
dnsName:
50
+
description: The hostname of the DNS record
51
+
type: string
52
+
labels:
53
+
additionalProperties:
54
+
type: string
55
+
description: Labels stores labels defined for the Endpoint
56
+
type: object
57
+
providerSpecific:
58
+
description: ProviderSpecific stores provider specific config
59
+
items:
60
+
description: ProviderSpecificProperty holds the name and value
61
+
of a configuration which is specific to individual DNS providers
62
+
properties:
63
+
name:
64
+
type: string
65
+
value:
66
+
type: string
67
+
type: object
68
+
type: array
69
+
recordTTL:
70
+
description: TTL for the record
71
+
format: int64
72
+
type: integer
73
+
recordType:
74
+
description: RecordType type of record, e.g. CNAME, A, SRV,
75
+
TXT etc
76
+
type: string
77
+
setIdentifier:
78
+
description: Identifier to distinguish multiple records with
79
+
the same name and type (e.g. Route53 records with routing
80
+
policies other than 'simple')
81
+
type: string
82
+
targets:
83
+
description: The targets the DNS record points to
84
+
items:
85
+
type: string
86
+
type: array
87
+
type: object
88
+
type: array
89
+
type: object
90
+
status:
91
+
description: DNSEndpointStatus defines the observed state of DNSEndpoint
92
+
properties:
93
+
observedGeneration:
94
+
description: The generation observed by the external-dns controller.
0 commit comments