Merge pull request #3810 from bskiba/master
Change VPA storage version from v1beta2 to v1
This commit is contained in:
commit
8aea4cd50a
|
|
@ -109,7 +109,7 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: false
|
storage: true
|
||||||
- name: v1beta2
|
- name: v1beta2
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
|
|
@ -202,7 +202,7 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: false
|
||||||
status:
|
status:
|
||||||
acceptedNames:
|
acceptedNames:
|
||||||
kind: ""
|
kind: ""
|
||||||
|
|
@ -476,7 +476,7 @@ spec:
|
||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: false
|
storage: true
|
||||||
- name: v1beta2
|
- name: v1beta2
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
|
|
@ -707,7 +707,7 @@ spec:
|
||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: false
|
||||||
status:
|
status:
|
||||||
acceptedNames:
|
acceptedNames:
|
||||||
kind: ""
|
kind: ""
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ type VerticalPodAutoscalerList struct {
|
||||||
|
|
||||||
// +genclient
|
// +genclient
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
// +kubebuilder:storageversion
|
||||||
// +kubebuilder:resource:shortName=vpa
|
// +kubebuilder:resource:shortName=vpa
|
||||||
|
|
||||||
// VerticalPodAutoscaler is the configuration for a vertical pod
|
// VerticalPodAutoscaler is the configuration for a vertical pod
|
||||||
|
|
@ -288,6 +289,7 @@ type VerticalPodAutoscalerCondition struct {
|
||||||
// +genclient
|
// +genclient
|
||||||
// +genclient:noStatus
|
// +genclient:noStatus
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
|
// +kubebuilder:storageversion
|
||||||
// +kubebuilder:resource:shortName=vpacheckpoint
|
// +kubebuilder:resource:shortName=vpacheckpoint
|
||||||
|
|
||||||
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
|
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@ type VerticalPodAutoscalerList struct {
|
||||||
// +genclient
|
// +genclient
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
// +kubebuilder:resource:shortName=vpa
|
// +kubebuilder:resource:shortName=vpa
|
||||||
// +kubebuilder:storageversion
|
|
||||||
|
|
||||||
// VerticalPodAutoscaler is the configuration for a vertical pod
|
// VerticalPodAutoscaler is the configuration for a vertical pod
|
||||||
// autoscaler, which automatically manages pod resources based on historical and
|
// autoscaler, which automatically manages pod resources based on historical and
|
||||||
|
|
@ -267,7 +266,6 @@ type VerticalPodAutoscalerCondition struct {
|
||||||
// +genclient
|
// +genclient
|
||||||
// +genclient:noStatus
|
// +genclient:noStatus
|
||||||
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
||||||
// +kubebuilder:storageversion
|
|
||||||
// +kubebuilder:resource:shortName=vpacheckpoint
|
// +kubebuilder:resource:shortName=vpacheckpoint
|
||||||
|
|
||||||
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
|
// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue