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: DNSEndpoint is the CRD wrapper for Endpoint
21
+
type: object
22
+
properties:
23
+
apiVersion:
24
+
description: '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'
25
+
type: string
26
+
kind:
27
+
description: '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'
28
+
type: string
29
+
metadata:
30
+
type: object
31
+
spec:
32
+
type: object
33
+
properties:
34
+
endpoints:
35
+
type: array
36
+
items:
37
+
type: object
38
+
properties:
39
+
dnsName:
40
+
description: The hostname for the DNS record
41
+
type: string
42
+
labels:
43
+
description: Labels stores labels defined for the Endpoint
44
+
type: object
45
+
additionalProperties:
46
+
type: string
47
+
providerSpecific:
48
+
description: ProviderSpecific stores provider specific config
49
+
type: array
50
+
items:
51
+
type: object
52
+
properties:
53
+
name:
54
+
description: Name of the property
55
+
type: string
56
+
value:
57
+
description: Value of the property
58
+
type: string
59
+
recordTTL:
60
+
description: TTL for the record
61
+
type: integer
62
+
format: int64
63
+
recordType:
64
+
description: RecordType type of record, e.g. CNAME, A, SRV, TXT, MX
65
+
type: string
66
+
targets:
67
+
description: The targets the DNS service points to
68
+
type: array
69
+
items:
70
+
type: string
71
+
status:
72
+
type: object
73
+
properties:
74
+
observedGeneration:
75
+
description: The generation observed by by the external-dns controller.
description: DNSEndpoint is the CRD wrapper for Endpoint
21
+
type: object
22
+
properties:
23
+
apiVersion:
24
+
description: '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'
25
+
type: string
26
+
kind:
27
+
description: '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'
28
+
type: string
29
+
metadata:
30
+
type: object
31
+
spec:
32
+
type: object
33
+
properties:
34
+
endpoints:
35
+
type: array
36
+
items:
37
+
type: object
38
+
properties:
39
+
dnsName:
40
+
description: The hostname for the DNS record
41
+
type: string
42
+
labels:
43
+
description: Labels stores labels defined for the Endpoint
44
+
type: object
45
+
additionalProperties:
46
+
type: string
47
+
providerSpecific:
48
+
description: ProviderSpecific stores provider specific config
49
+
type: array
50
+
items:
51
+
type: object
52
+
properties:
53
+
name:
54
+
description: Name of the property
55
+
type: string
56
+
value:
57
+
description: Value of the property
58
+
type: string
59
+
recordTTL:
60
+
description: TTL for the record
61
+
type: integer
62
+
format: int64
63
+
recordType:
64
+
description: RecordType type of record, e.g. CNAME, A, SRV, TXT, MX
65
+
type: string
66
+
targets:
67
+
description: The targets the DNS service points to
68
+
type: array
69
+
items:
70
+
type: string
71
+
status:
72
+
type: object
73
+
properties:
74
+
observedGeneration:
75
+
description: The generation observed by by the external-dns controller.
0 commit comments