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 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'
26
+
description: |-
27
+
APIVersion defines the versioned schema of this representation of an object.
28
+
Servers should convert recognized schemas to the latest internal value, and
29
+
may reject unrecognized values.
30
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
30
31
type: string
31
32
kind:
32
-
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'
33
+
description: |-
34
+
Kind is a string value representing the REST resource this object represents.
35
+
Servers may infer this from the endpoint the client submits requests to.
36
+
Cannot be updated.
37
+
In CamelCase.
38
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
33
39
type: string
34
40
metadata:
35
41
type: object
@@ -38,7 +44,8 @@ spec:
38
44
properties:
39
45
endpoints:
40
46
items:
41
-
description: Endpoint is a high-level way of a connection between a service and an IP
47
+
description: Endpoint is a high-level way of a connection between
48
+
a service and an IP
42
49
properties:
43
50
dnsName:
44
51
description: The hostname of the DNS record
@@ -51,7 +58,8 @@ spec:
51
58
providerSpecific:
52
59
description: ProviderSpecific stores provider specific config
53
60
items:
54
-
description: ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers
61
+
description: ProviderSpecificProperty holds the name and value
62
+
of a configuration which is specific to individual DNS providers
55
63
properties:
56
64
name:
57
65
type: string
@@ -64,10 +72,13 @@ spec:
64
72
format: int64
65
73
type: integer
66
74
recordType:
67
-
description: RecordType type of record, e.g. CNAME, A, SRV, TXT etc
75
+
description: RecordType type of record, e.g. CNAME, A, AAAA,
76
+
SRV, TXT etc
68
77
type: string
69
78
setIdentifier:
70
-
description: Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
79
+
description: Identifier to distinguish multiple records with
80
+
the same name and type (e.g. Route53 records with routing
0 commit comments