@@ -186,6 +186,78 @@ spec:
186
186
x-kubernetes-list-map-keys :
187
187
- type
188
188
x-kubernetes-list-type : map
189
+ privateKeyPasswordRef :
190
+ description : SecretKeySelector selects a key of a Secret.
191
+ properties :
192
+ key :
193
+ description : The key of the secret to select from. Must be a
194
+ valid secret key.
195
+ type : string
196
+ name :
197
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
198
+ TODO: Add other useful fields. apiVersion, kind, uid?'
199
+ type : string
200
+ required :
201
+ - key
202
+ type : object
203
+ x-kubernetes-map-type : atomic
204
+ privateKeyRef :
205
+ description : SecretKeySelector selects a key of a Secret.
206
+ properties :
207
+ key :
208
+ description : The key of the secret to select from. Must be a
209
+ valid secret key.
210
+ type : string
211
+ name :
212
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
213
+ TODO: Add other useful fields. apiVersion, kind, uid?'
214
+ type : string
215
+ required :
216
+ - key
217
+ type : object
218
+ x-kubernetes-map-type : atomic
219
+ publicKeyRef :
220
+ description : SecretKeySelector selects a key of a Secret.
221
+ properties :
222
+ key :
223
+ description : The key of the secret to select from. Must be a
224
+ valid secret key.
225
+ type : string
226
+ name :
227
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
228
+ TODO: Add other useful fields. apiVersion, kind, uid?'
229
+ type : string
230
+ required :
231
+ - key
232
+ type : object
233
+ x-kubernetes-map-type : atomic
234
+ rootCertificates :
235
+ items :
236
+ description : SecretKeySelector selects a key of a Secret.
237
+ properties :
238
+ key :
239
+ description : The key of the secret to select from. Must be
240
+ a valid secret key.
241
+ type : string
242
+ name :
243
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
244
+ TODO: Add other useful fields. apiVersion, kind, uid?'
245
+ type : string
246
+ required :
247
+ - key
248
+ type : object
249
+ x-kubernetes-map-type : atomic
250
+ type : array
251
+ serverConfigRef :
252
+ description : LocalObjectReference contains enough information to let
253
+ you locate the referenced object inside the same namespace.
254
+ properties :
255
+ name :
256
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
257
+ TODO: Add other useful fields. apiVersion, kind, uid?'
258
+ type : string
259
+ type : object
260
+ x-kubernetes-map-type : atomic
189
261
type : object
190
262
type : object
191
263
served : true
0 commit comments