@@ -6,7 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
6
6
kind : CustomResourceDefinition
7
7
metadata :
8
8
annotations :
9
- controller-gen.kubebuilder.io/version : v0.14.0
9
+ controller-gen.kubebuilder.io/version : v0.16.3
10
10
name : vaultauths.secrets.hashicorp.com
11
11
spec :
12
12
group : secrets.hashicorp.com
@@ -252,7 +252,6 @@ spec:
252
252
as the default if Name is not set. The 'allow-default-globals' option must be
253
253
set on the operator's '-global-vault-auth-options' flag
254
254
255
-
256
255
The default VaultAuthGlobal search is conditional.
257
256
When a ref Namespace is set, the search for the default
258
257
VaultAuthGlobal resource is constrained to that namespace.
@@ -271,15 +270,12 @@ spec:
271
270
Headers configures the merge strategy for HTTP headers that are included in
272
271
all Vault requests. Choices are `union`, `replace`, or `none`.
273
272
274
-
275
273
If `union` is set, the headers from the VaultAuthGlobal and VaultAuth
276
274
resources are merged. The headers from the VaultAuth always take precedence.
277
275
278
-
279
276
If `replace` is set, the first set of non-empty headers taken in order from:
280
277
VaultAuth, VaultAuthGlobal auth method, VaultGlobal default headers.
281
278
282
-
283
279
If `none` is set, the headers from the
284
280
VaultAuthGlobal resource are ignored and only the headers from the VaultAuth
285
281
resource are used. The default is `none`.
@@ -293,16 +289,13 @@ spec:
293
289
Params configures the merge strategy for HTTP parameters that are included in
294
290
all Vault requests. Choices are `union`, `replace`, or `none`.
295
291
296
-
297
292
If `union` is set, the parameters from the VaultAuthGlobal and VaultAuth
298
293
resources are merged. The parameters from the VaultAuth always take
299
294
precedence.
300
295
301
-
302
296
If `replace` is set, the first set of non-empty parameters taken in order from:
303
297
VaultAuth, VaultAuthGlobal auth method, VaultGlobal default parameters.
304
298
305
-
306
299
If `none` is set, the parameters from the VaultAuthGlobal resource are ignored
307
300
and only the parameters from the VaultAuth resource are used. The default is
308
301
`none`.
@@ -336,16 +329,8 @@ spec:
336
329
properties :
337
330
conditions :
338
331
items :
339
- description : " Condition contains details for one aspect of the current
340
- state of this API Resource.\n ---\n This struct is intended for
341
- direct use as an array at the field path .status.conditions. For
342
- example,\n\n\n\t type FooStatus struct{\n\t // Represents the
343
- observations of a foo's current state.\n\t // Known .status.conditions.type
344
- are: \" Available\" , \" Progressing\" , and \" Degraded\"\n\t //
345
- +patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
346
- \ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\" conditions,omitempty\"
347
- patchStrategy:\" merge\" patchMergeKey:\" type\" protobuf:\" bytes,1,rep,name=conditions\" `\n\n\n\t
348
- \ // other fields\n\t }"
332
+ description : Condition contains details for one aspect of the current
333
+ state of this API Resource.
349
334
properties :
350
335
lastTransitionTime :
351
336
description : |-
@@ -386,12 +371,7 @@ spec:
386
371
- Unknown
387
372
type : string
388
373
type :
389
- description : |-
390
- type of condition in CamelCase or in foo.example.com/CamelCase.
391
- ---
392
- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
393
- useful (see .node.status.conditions), the ability to deconflict is important.
394
- The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
374
+ description : type of condition in CamelCase or in foo.example.com/CamelCase.
395
375
maxLength : 316
396
376
pattern : ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
397
377
type : string
0 commit comments