You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -363,13 +363,13 @@ spec:
363
363
grouped by the target resource.
364
364
properties:
365
365
apiVersion:
366
-
description: API version of the referent
366
+
description: apiVersion is the API version of the referent
367
367
type: string
368
368
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'
370
370
type: string
371
371
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'
373
373
type: string
374
374
required:
375
375
- kind
@@ -428,6 +428,7 @@ spec:
428
428
- "Off"
429
429
- Initial
430
430
- Recreate
431
+
- InPlaceOrRecreate
431
432
- Auto
432
433
type: string
433
434
type: object
@@ -639,13 +640,13 @@ spec:
639
640
grouped by the target resource.
640
641
properties:
641
642
apiVersion:
642
-
description: API version of the referent
643
+
description: apiVersion is the API version of the referent
643
644
type: string
644
645
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'
646
647
type: string
647
648
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'
0 commit comments