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
- update sig-storage/csi-node-driver-registrar image to v2.8.0
- update sig-storage/csi-provisioner to v3.5.0
- update sig-storage/csi-node-driver-registrar to v4.3.0
- update sig-storage/csi-snapshotter to v6.2.2
- update sig-storage/snapshot-controller to v6.2.2
- update sig-storage/csi-resizer to v1.8.0
- update CRDs (no api change)
- use spec.serviceAccountName instead of spec.serviceAccount
- use registry.k8s.io instead of k8s.gcr.io
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
- description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
26
+
- description: Determines whether a VolumeSnapshotContent created through the
27
+
VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
24
28
jsonPath: .deletionPolicy
25
29
name: DeletionPolicy
26
30
type: string
@@ -30,34 +34,49 @@ spec:
30
34
name: v1
31
35
schema:
32
36
openAPIV3Schema:
33
-
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
37
+
description: VolumeSnapshotClass specifies parameters that a underlying storage
38
+
system uses when creating a volume snapshot. A specific VolumeSnapshotClass
39
+
is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses
40
+
are non-namespaced
34
41
properties:
35
42
apiVersion:
36
-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
43
+
description: 'APIVersion defines the versioned schema of this representation
44
+
of an object. Servers should convert recognized schemas to the latest
45
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
37
46
type: string
38
47
deletionPolicy:
39
-
description: deletionPolicy determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted. Supported values are "Retain" and "Delete". "Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. Required.
48
+
description: deletionPolicy determines whether a VolumeSnapshotContent
49
+
created through the VolumeSnapshotClass should be deleted when its bound
50
+
VolumeSnapshot is deleted. Supported values are "Retain" and "Delete".
51
+
"Retain"means that the VolumeSnapshotContent and its physical snapshot
52
+
on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent
53
+
and its physical snapshot on underlying storage system are deleted.
54
+
Required.
40
55
enum:
41
56
- Delete
42
57
- Retain
43
58
type: string
44
59
driver:
45
-
description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required.
60
+
description: driver is the name of the storage driver that handles this
61
+
VolumeSnapshotClass. Required.
46
62
type: string
47
63
kind:
48
-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
64
+
description: 'Kind is a string value representing the REST resource this
65
+
object represents. Servers may infer this from the endpoint the client
66
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
49
67
type: string
50
68
parameters:
51
69
additionalProperties:
52
70
type: string
53
-
description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes.
71
+
description: parameters is a key-value map with storage driver specific
72
+
parameters for creating snapshots. These values are opaque to Kubernetes.
54
73
type: object
55
74
required:
56
75
- deletionPolicy
57
76
- driver
58
77
type: object
59
78
served: true
60
-
storage: false
79
+
storage: true
61
80
subresources: {}
62
81
- additionalPrinterColumns:
63
82
- jsonPath: .driver
@@ -71,6 +90,11 @@ spec:
71
90
name: Age
72
91
type: date
73
92
name: v1beta1
93
+
# This indicates the v1beta1 version of the custom resource is deprecated.
94
+
# API requests to this version receive a warning in the server response.
95
+
deprecated: true
96
+
# This overrides the default warning returned to clients making v1beta1 API requests.
97
+
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass"
74
98
schema:
75
99
openAPIV3Schema:
76
100
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
0 commit comments