Change storage version from v1beta1 to v1
This commit is contained in:
@@ -58,7 +58,7 @@ spec:
|
|||||||
- driver
|
- driver
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: false
|
storage: true
|
||||||
subresources: {}
|
subresources: {}
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
- jsonPath: .driver
|
- jsonPath: .driver
|
||||||
@@ -72,6 +72,11 @@ spec:
|
|||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
|
# This indicates the v1beta1 version of the custom resource is deprecated.
|
||||||
|
# API requests to this version receive a warning in the server response.
|
||||||
|
deprecated: true
|
||||||
|
# This overrides the default warning returned to clients making v1beta1 API requests.
|
||||||
|
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass"
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced
|
description: VolumeSnapshotClass specifies parameters that a underlying storage system uses when creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses are non-namespaced
|
||||||
@@ -101,7 +106,7 @@ spec:
|
|||||||
- driver
|
- driver
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: false
|
||||||
subresources: {}
|
subresources: {}
|
||||||
status:
|
status:
|
||||||
acceptedNames:
|
acceptedNames:
|
||||||
|
@@ -149,7 +149,7 @@ spec:
|
|||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: false
|
storage: true
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
@@ -181,6 +181,11 @@ spec:
|
|||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
|
# This indicates the v1beta1 version of the custom resource is deprecated.
|
||||||
|
# API requests to this version receive a warning in the server response.
|
||||||
|
deprecated: true
|
||||||
|
# This overrides the default warning returned to clients making v1beta1 API requests.
|
||||||
|
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotContent is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotContent"
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system
|
description: VolumeSnapshotContent represents the actual "on-disk" snapshot object in the underlying storage system
|
||||||
@@ -281,7 +286,7 @@ spec:
|
|||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: false
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
status:
|
status:
|
||||||
|
@@ -116,7 +116,7 @@ spec:
|
|||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: false
|
storage: true
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
- additionalPrinterColumns:
|
- additionalPrinterColumns:
|
||||||
@@ -152,6 +152,11 @@ spec:
|
|||||||
name: Age
|
name: Age
|
||||||
type: date
|
type: date
|
||||||
name: v1beta1
|
name: v1beta1
|
||||||
|
# This indicates the v1beta1 version of the custom resource is deprecated.
|
||||||
|
# API requests to this version receive a warning in the server response.
|
||||||
|
deprecated: true
|
||||||
|
# This overrides the default warning returned to clients making v1beta1 API requests.
|
||||||
|
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshot is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshot"
|
||||||
schema:
|
schema:
|
||||||
openAPIV3Schema:
|
openAPIV3Schema:
|
||||||
description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot.
|
description: VolumeSnapshot is a user's request for either creating a point-in-time snapshot of a persistent volume, or binding to a pre-existing snapshot.
|
||||||
@@ -215,7 +220,7 @@ spec:
|
|||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: false
|
||||||
subresources:
|
subresources:
|
||||||
status: {}
|
status: {}
|
||||||
status:
|
status:
|
||||||
|
Reference in New Issue
Block a user