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: VolumeGroupSnapshotClass specifies parameters that a underlying
39
-
storage system uses when creating a volume group snapshot. A specific VolumeGroupSnapshotClass
40
-
is used by specifying its name in a VolumeGroupSnapshot object. VolumeGroupSnapshotClasses
41
-
are non-namespaced.
37
+
description: |-
38
+
VolumeGroupSnapshotClass specifies parameters that a underlying storage system
39
+
uses when creating a volume group snapshot. A specific VolumeGroupSnapshotClass
40
+
is used by specifying its name in a VolumeGroupSnapshot object.
41
+
VolumeGroupSnapshotClasses are non-namespaced.
42
42
properties:
43
43
apiVersion:
44
-
description: 'APIVersion defines the versioned schema of this representation
45
-
of an object. Servers should convert recognized schemas to the latest
46
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
44
+
description: |-
45
+
APIVersion defines the versioned schema of this representation of an object.
46
+
Servers should convert recognized schemas to the latest internal value, and
47
+
may reject unrecognized values.
48
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
47
49
type: string
48
50
deletionPolicy:
49
-
description: DeletionPolicy determines whether a VolumeGroupSnapshotContent
50
-
created through the VolumeGroupSnapshotClass should be deleted when
51
-
its bound VolumeGroupSnapshot is deleted. Supported values are "Retain"
52
-
and "Delete". "Retain" means that the VolumeGroupSnapshotContent and
53
-
its physical group snapshot on underlying storage system are kept. "Delete"
54
-
means that the VolumeGroupSnapshotContent and its physical group snapshot
55
-
on underlying storage system are deleted. Required.
51
+
description: |-
52
+
DeletionPolicy determines whether a VolumeGroupSnapshotContent created
53
+
through the VolumeGroupSnapshotClass should be deleted when its bound
54
+
VolumeGroupSnapshot is deleted.
55
+
Supported values are "Retain" and "Delete".
56
+
"Retain" means that the VolumeGroupSnapshotContent and its physical group
57
+
snapshot on underlying storage system are kept.
58
+
"Delete" means that the VolumeGroupSnapshotContent and its physical group
59
+
snapshot on underlying storage system are deleted.
60
+
Required.
56
61
enum:
57
62
- Delete
58
63
- Retain
59
64
type: string
60
65
driver:
61
-
description: Driver is the name of the storage driver expected to handle
62
-
this VolumeGroupSnapshotClass. Required.
66
+
description: |-
67
+
Driver is the name of the storage driver expected to handle this VolumeGroupSnapshotClass.
68
+
Required.
63
69
type: string
64
70
kind:
65
-
description: 'Kind is a string value representing the REST resource this
66
-
object represents. Servers may infer this from the endpoint the client
67
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
71
+
description: |-
72
+
Kind is a string value representing the REST resource this object represents.
73
+
Servers may infer this from the endpoint the client submits requests to.
74
+
Cannot be updated.
75
+
In CamelCase.
76
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
68
77
type: string
69
78
metadata:
70
79
type: object
71
80
parameters:
72
81
additionalProperties:
73
82
type: string
74
-
description: Parameters is a key-value map with storage driver specific
75
-
parameters for creating group snapshots. These values are opaque to
76
-
Kubernetes and are passed directly to the driver.
83
+
description: |-
84
+
Parameters is a key-value map with storage driver specific parameters for
85
+
creating group snapshots.
86
+
These values are opaque to Kubernetes and are passed directly to the driver.
0 commit comments