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
description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass
18
-
should be deleted when its bound VolumeSnapshot is deleted.
19
-
name: DeletionPolicy
20
-
type: string
21
-
- JSONPath: .metadata.creationTimestamp
22
-
name: Age
23
-
type: date
24
12
group: snapshot.storage.k8s.io
25
13
names:
26
14
kind: VolumeSnapshotClass
27
15
listKind: VolumeSnapshotClassList
28
16
plural: volumesnapshotclasses
29
17
singular: volumesnapshotclass
30
-
preserveUnknownFields: false
31
18
scope: Cluster
32
-
subresources: {}
33
-
validation:
34
-
openAPIV3Schema:
35
-
description: VolumeSnapshotClass specifies parameters that a underlying storage
36
-
system uses when creating a volume snapshot. A specific VolumeSnapshotClass
37
-
is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses
38
-
are non-namespaced
39
-
properties:
40
-
apiVersion:
41
-
description: 'APIVersion defines the versioned schema of this representation
42
-
of an object. Servers should convert recognized schemas to the latest
43
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
-
type: string
45
-
deletionPolicy:
46
-
description: deletionPolicy determines whether a VolumeSnapshotContent created
47
-
through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot
48
-
is deleted. Supported values are "Retain" and "Delete". "Retain" means
49
-
that the VolumeSnapshotContent and its physical snapshot on underlying
50
-
storage system are kept. "Delete" means that the VolumeSnapshotContent
51
-
and its physical snapshot on underlying storage system are deleted. Required.
52
-
enum:
53
-
- Delete
54
-
- Retain
55
-
type: string
56
-
driver:
57
-
description: driver is the name of the storage driver that handles this
58
-
VolumeSnapshotClass. Required.
59
-
type: string
60
-
kind:
61
-
description: 'Kind is a string value representing the REST resource this
62
-
object represents. Servers may infer this from the endpoint the client
63
-
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
-
type: string
65
-
parameters:
66
-
additionalProperties:
67
-
type: string
68
-
description: parameters is a key-value map with storage driver specific
69
-
parameters for creating snapshots. These values are opaque to Kubernetes.
70
-
type: object
71
-
required:
72
-
- deletionPolicy
73
-
- driver
74
-
type: object
75
-
version: v1beta1
76
19
versions:
77
-
- name: v1beta1
20
+
- additionalPrinterColumns:
21
+
- jsonPath: .driver
22
+
name: Driver
23
+
type: string
24
+
- description: Determines whether a VolumeSnapshotContent created through the
25
+
VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
26
+
jsonPath: .deletionPolicy
27
+
name: DeletionPolicy
28
+
type: string
29
+
- jsonPath: .metadata.creationTimestamp
30
+
name: Age
31
+
type: date
32
+
name: v1beta1
33
+
schema:
34
+
openAPIV3Schema:
35
+
description: VolumeSnapshotClass specifies parameters that a underlying storage
36
+
system uses when creating a volume snapshot. A specific VolumeSnapshotClass
37
+
is used by specifying its name in a VolumeSnapshot object. VolumeSnapshotClasses
38
+
are non-namespaced
39
+
properties:
40
+
apiVersion:
41
+
description: 'APIVersion defines the versioned schema of this representation
42
+
of an object. Servers should convert recognized schemas to the latest
43
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
+
type: string
45
+
deletionPolicy:
46
+
description: deletionPolicy determines whether a VolumeSnapshotContent
47
+
created through the VolumeSnapshotClass should be deleted when its bound
48
+
VolumeSnapshot is deleted. Supported values are "Retain" and "Delete".
49
+
"Retain"means that the VolumeSnapshotContent and its physical snapshot
50
+
on underlying storage system are kept. "Delete" means that the VolumeSnapshotContent
51
+
and its physical snapshot on underlying storage system are deleted.
52
+
Required.
53
+
enum:
54
+
- Delete
55
+
- Retain
56
+
type: string
57
+
driver:
58
+
description: driver is the name of the storage driver that handles this
59
+
VolumeSnapshotClass. Required.
60
+
type: string
61
+
kind:
62
+
description: 'Kind is a string value representing the REST resource this
63
+
object represents. Servers may infer this from the endpoint the client
64
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
65
+
type: string
66
+
parameters:
67
+
additionalProperties:
68
+
type: string
69
+
description: parameters is a key-value map with storage driver specific
70
+
parameters for creating snapshots. These values are opaque to Kubernetes.
0 commit comments