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
bump controller tools to the version which bumps k8s deps to
v0.29.0, which aligns with the version in the operators.
Signed-off-by: Martin Schuppert <[email protected]>
description: DesignateBackendbind9 is the Schema for the designatebackendbind9
31
30
properties:
32
31
apiVersion:
33
-
description: 'APIVersion defines the versioned schema of this representation
34
-
of an object. Servers should convert recognized schemas to the latest
35
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
32
+
description: |-
33
+
APIVersion defines the versioned schema of this representation of an object.
34
+
Servers should convert recognized schemas to the latest internal value, and
35
+
may reject unrecognized values.
36
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
36
37
type: string
37
38
kind:
38
-
description: 'Kind is a string value representing the REST resource this
39
-
object represents. Servers may infer this from the endpoint the client
40
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
39
+
description: |-
40
+
Kind is a string value representing the REST resource this object represents.
41
+
Servers may infer this from the endpoint the client submits requests to.
42
+
Cannot be updated.
43
+
In CamelCase.
44
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
41
45
type: string
42
46
metadata:
43
47
type: object
44
48
spec:
45
49
description: DesignateBackendbind9Spec defines the desired state of DesignateBackendbind9
46
50
properties:
47
51
backendMdnsServerProtocol:
48
-
description: 'BackendTypeProtocol - Defines the backend protocol to
49
-
be used between the designate-worker & designate_mdns to/from the
50
-
DNS server. Acceptable values are: "UDP", "TCP" Please Note: this
51
-
MUST match what is in the /etc/designate.conf [''service:mdns'']'
52
+
description: |-
53
+
BackendTypeProtocol - Defines the backend protocol to be used between the designate-worker &
54
+
designate_mdns to/from the DNS server. Acceptable values are: "UDP", "TCP"
55
+
Please Note: this MUST match what is in the /etc/designate.conf ['service:mdns']
52
56
type: string
53
57
backendType:
54
-
description: BackendType - Defines the backend service/configuration
55
-
we are using, i.e. bind9, PowerDNS, BYO, etc.. Helps maintain a
56
-
single init container/init.sh to do container setup
58
+
description: |-
59
+
BackendType - Defines the backend service/configuration we are using, i.e. bind9, PowerDNS, BYO, etc..
60
+
Helps maintain a single init container/init.sh to do container setup
57
61
type: string
58
62
backendWorkerServerProtocol:
59
-
description: 'BackendTypeProtocol - Defines the backend protocol to
60
-
be used between the designate-worker & designate_mdns to/from the
61
-
DNS server. Acceptable values are: "UDP", "TCP" Please Note: this
62
-
MUST match what is in the /etc/designate.conf [''service:worker'']'
63
+
description: |-
64
+
BackendTypeProtocol - Defines the backend protocol to be used between the designate-worker &
65
+
designate_mdns to/from the DNS server. Acceptable values are: "UDP", "TCP"
66
+
Please Note: this MUST match what is in the /etc/designate.conf ['service:worker']
0 commit comments