@@ -77,95 +77,25 @@ spec:
7777 description : MariaDBRef is a reference to the MariaDB to connect to.
7878 Either MariaDBRef or MaxScaleRef must be provided.
7979 properties :
80- apiVersion :
81- description : API version of the referent.
82- type : string
83- fieldPath :
84- description : |-
85- If referring to a piece of an object instead of an entire object, this string
86- should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
87- For example, if the object reference is to a container within a pod, this would take on a value like:
88- "spec.containers{name}" (where "name" refers to the name of the container that triggered
89- the event) or if no container name is specified "spec.containers[2]" (container with
90- index 2 in this pod). This syntax is chosen only to have some well-defined way of
91- referencing a part of an object.
92- type : string
93- kind :
94- description : |-
95- Kind of the referent.
96- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
97- type : string
9880 name :
99- description : |-
100- Name of the referent.
101- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
10281 type : string
10382 namespace :
104- description : |-
105- Namespace of the referent.
106- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
107- type : string
108- resourceVersion :
109- description : |-
110- Specific resourceVersion to which this reference is made, if any.
111- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
112- type : string
113- uid :
114- description : |-
115- UID of the referent.
116- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
11783 type : string
11884 waitForIt :
11985 default : true
12086 description : WaitForIt indicates whether the controller using
12187 this reference should wait for MariaDB to be ready.
12288 type : boolean
12389 type : object
124- x-kubernetes-map-type : atomic
12590 maxScaleRef :
12691 description : MaxScaleRef is a reference to the MaxScale to connect
12792 to. Either MariaDBRef or MaxScaleRef must be provided.
12893 properties :
129- apiVersion :
130- description : API version of the referent.
131- type : string
132- fieldPath :
133- description : |-
134- If referring to a piece of an object instead of an entire object, this string
135- should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2].
136- For example, if the object reference is to a container within a pod, this would take on a value like:
137- "spec.containers{name}" (where "name" refers to the name of the container that triggered
138- the event) or if no container name is specified "spec.containers[2]" (container with
139- index 2 in this pod). This syntax is chosen only to have some well-defined way of
140- referencing a part of an object.
141- type : string
142- kind :
143- description : |-
144- Kind of the referent.
145- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
146- type : string
14794 name :
148- description : |-
149- Name of the referent.
150- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
15195 type : string
15296 namespace :
153- description : |-
154- Namespace of the referent.
155- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
156- type : string
157- resourceVersion :
158- description : |-
159- Specific resourceVersion to which this reference is made, if any.
160- More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
161- type : string
162- uid :
163- description : |-
164- UID of the referent.
165- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
16697 type : string
16798 type : object
168- x-kubernetes-map-type : atomic
16999 params :
170100 additionalProperties :
171101 type : string
@@ -177,21 +107,10 @@ spec:
177107 If the referred Secret is labeled with "k8s.mariadb.com/watch", updates may be performed to the Secret in order to update the password.
178108 properties :
179109 key :
180- description : The key of the secret to select from. Must be a
181- valid secret key.
182110 type : string
183111 name :
184112 default : " "
185- description : |-
186- Name of the referent.
187- This field is effectively required, but due to backwards compatibility is
188- allowed to be empty. Instances of this type with an empty value here are
189- almost certainly wrong.
190- More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
191113 type : string
192- optional :
193- description : Specify whether the Secret or its key must be defined
194- type : boolean
195114 required :
196115 - key
197116 type : object
0 commit comments