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 VolumeGroupSnapshotContent created through
27
+
the VolumeGroupSnapshotClass should be deleted when its bound VolumeGroupSnapshot
28
+
is deleted.
29
+
jsonPath: .deletionPolicy
30
+
name: DeletionPolicy
31
+
type: string
32
+
- jsonPath: .metadata.creationTimestamp
33
+
name: Age
34
+
type: date
35
+
name: v1alpha1
36
+
schema:
37
+
openAPIV3Schema:
38
+
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.
42
+
properties:
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'
47
+
type: string
48
+
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.
56
+
enum:
57
+
- Delete
58
+
- Retain
59
+
type: string
60
+
driver:
61
+
description: Driver is the name of the storage driver expected to handle
62
+
this VolumeGroupSnapshotClass. Required.
63
+
type: string
64
+
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'
68
+
type: string
69
+
metadata:
70
+
type: object
71
+
parameters:
72
+
additionalProperties:
73
+
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
0 commit comments