Skip to content

Commit 75aa467

Browse files
committed
fixup! VPA: Add UpdateModeInPlaceOrRecreate to types
1 parent b75b2b5 commit 75aa467

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,13 @@ spec:
363363
grouped by the target resource.
364364
properties:
365365
apiVersion:
366-
description: API version of the referent
366+
description: apiVersion is the API version of the referent
367367
type: string
368368
kind:
369-
description: 'Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
369+
description: 'kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
370370
type: string
371371
name:
372-
description: 'Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names'
372+
description: 'name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
373373
type: string
374374
required:
375375
- kind
@@ -428,6 +428,7 @@ spec:
428428
- "Off"
429429
- Initial
430430
- Recreate
431+
- InPlaceOrRecreate
431432
- Auto
432433
type: string
433434
type: object
@@ -639,13 +640,13 @@ spec:
639640
grouped by the target resource.
640641
properties:
641642
apiVersion:
642-
description: API version of the referent
643+
description: apiVersion is the API version of the referent
643644
type: string
644645
kind:
645-
description: 'Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
646+
description: 'kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
646647
type: string
647648
name:
648-
description: 'Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names'
649+
description: 'name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
649650
type: string
650651
required:
651652
- kind

0 commit comments

Comments
 (0)