Merge pull request #3810 from bskiba/master

Change VPA storage version from v1beta2 to v1
This commit is contained in:
Kubernetes Prow Robot 2021-01-22 06:21:28 -08:00 committed by GitHub
commit 8aea4cd50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -109,7 +109,7 @@ spec:
type: object
type: object
served: true
storage: false
storage: true
- name: v1beta2
schema:
openAPIV3Schema:
@ -202,7 +202,7 @@ spec:
type: object
type: object
served: true
storage: true
storage: false
status:
acceptedNames:
kind: ""
@ -476,7 +476,7 @@ spec:
- spec
type: object
served: true
storage: false
storage: true
- name: v1beta2
schema:
openAPIV3Schema:
@ -707,7 +707,7 @@ spec:
- spec
type: object
served: true
storage: true
storage: false
status:
acceptedNames:
kind: ""

View File

@ -38,6 +38,7 @@ type VerticalPodAutoscalerList struct {
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:storageversion
// +kubebuilder:resource:shortName=vpa
// VerticalPodAutoscaler is the configuration for a vertical pod
@ -288,6 +289,7 @@ type VerticalPodAutoscalerCondition struct {
// +genclient
// +genclient:noStatus
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:storageversion
// +kubebuilder:resource:shortName=vpacheckpoint
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that

View File

@ -39,7 +39,6 @@ type VerticalPodAutoscalerList struct {
// +genclient
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:resource:shortName=vpa
// +kubebuilder:storageversion
// VerticalPodAutoscaler is the configuration for a vertical pod
// autoscaler, which automatically manages pod resources based on historical and
@ -267,7 +266,6 @@ type VerticalPodAutoscalerCondition struct {
// +genclient
// +genclient:noStatus
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:storageversion
// +kubebuilder:resource:shortName=vpacheckpoint
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that