Skip to content

Commit

Permalink
fixup! VPA: Add UpdateModeInPlaceOrRecreate to types
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyros committed Mar 27, 2024
1 parent 5c7e1f7 commit 0211fd9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,13 @@ spec:
grouped by the target resource.
properties:
apiVersion:
description: API version of the referent
description: apiVersion is the API version of the referent
type: string
kind:
description: 'Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names'
description: 'name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
required:
- kind
Expand Down Expand Up @@ -428,6 +428,7 @@ spec:
- "Off"
- Initial
- Recreate
- InPlaceOrRecreate
- Auto
type: string
type: object
Expand Down Expand Up @@ -639,13 +640,13 @@ spec:
grouped by the target resource.
properties:
apiVersion:
description: API version of the referent
description: apiVersion is the API version of the referent
type: string
kind:
description: 'Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: 'kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
name:
description: 'Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names'
description: 'name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
type: string
required:
- kind
Expand Down

0 comments on commit 0211fd9

Please sign in to comment.