File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
vertical-pod-autoscaler/deploy Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,21 +16,27 @@ spec:
1616 validation :
1717 # openAPIV3Schema is the schema for validating custom objects.
1818 openAPIV3Schema :
19+ type : object
1920 properties :
2021 spec :
22+ type : object
2123 required :
2224 - selector
2325 properties :
2426 selector :
2527 type : object
2628 updatePolicy :
29+ type : object
2730 properties :
2831 updateMode :
2932 type : string
3033 resourcePolicy :
34+ type : object
3135 properties :
3236 containerPolicies :
3337 type : array
38+ items :
39+ type : object
3440---
3541apiVersion : apiextensions.k8s.io/v1beta1
3642kind : CustomResourceDefinition
Original file line number Diff line number Diff line change 2323 validation :
2424 # openAPIV3Schema is the schema for validating custom objects.
2525 openAPIV3Schema :
26+ type : object
2627 properties :
2728 spec :
2829 type : object
Original file line number Diff line number Diff line change @@ -16,21 +16,27 @@ spec:
1616 validation :
1717 # openAPIV3Schema is the schema for validating custom objects.
1818 openAPIV3Schema :
19+ type : object
1920 properties :
2021 spec :
22+ type : object
2123 required :
2224 - selector
2325 properties :
2426 selector :
2527 type : object
2628 updatePolicy :
29+ type : object
2730 properties :
2831 updateMode :
2932 type : string
3033 resourcePolicy :
34+ type : object
3135 properties :
3236 containerPolicies :
3337 type : array
38+ items :
39+ type : object
3440---
3541apiVersion : apiextensions.k8s.io/v1beta1
3642kind : CustomResourceDefinition
Original file line number Diff line number Diff line change 2626 validation :
2727 # openAPIV3Schema is the schema for validating custom objects.
2828 openAPIV3Schema :
29+ type : object
2930 properties :
3031 spec :
3132 type : object
You can’t perform that action at this time.
0 commit comments