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
26
+
VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
27
+
jsonPath: .deletionPolicy
28
+
name: DeletionPolicy
29
+
type: string
30
+
- jsonPath: .metadata.creationTimestamp
31
+
name: Age
32
+
type: date
33
+
name: v1
34
+
schema:
35
+
openAPIV3Schema:
36
+
description: |-
37
+
VolumeSnapshotClass specifies parameters that a underlying storage system uses when
38
+
creating a volume snapshot. A specific VolumeSnapshotClass is used by specifying its
39
+
name in a VolumeSnapshot object.
40
+
VolumeSnapshotClasses are non-namespaced
41
+
properties:
42
+
apiVersion:
43
+
description: |-
44
+
APIVersion defines the versioned schema of this representation of an object.
45
+
Servers should convert recognized schemas to the latest internal value, and
46
+
may reject unrecognized values.
47
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
48
+
type: string
49
+
deletionPolicy:
50
+
description: |-
51
+
deletionPolicy determines whether a VolumeSnapshotContent created through
52
+
the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
53
+
Supported values are "Retain" and "Delete".
54
+
"Retain" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept.
55
+
"Delete" means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted.
56
+
Required.
57
+
enum:
58
+
- Delete
59
+
- Retain
60
+
type: string
61
+
driver:
62
+
description: |-
63
+
driver is the name of the storage driver that handles this VolumeSnapshotClass.
64
+
Required.
65
+
type: string
66
+
kind:
67
+
description: |-
68
+
Kind is a string value representing the REST resource this object represents.
69
+
Servers may infer this from the endpoint the client submits requests to.
70
+
Cannot be updated.
71
+
In CamelCase.
72
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
73
+
type: string
74
+
metadata:
75
+
type: object
76
+
parameters:
77
+
additionalProperties:
78
+
type: string
79
+
description: |-
80
+
parameters is a key-value map with storage driver specific parameters for creating snapshots.
81
+
These values are opaque to Kubernetes.
82
+
type: object
83
+
required:
84
+
- deletionPolicy
85
+
- driver
86
+
type: object
87
+
served: true
88
+
storage: true
89
+
subresources: {}
90
+
- additionalPrinterColumns:
91
+
- jsonPath: .driver
92
+
name: Driver
93
+
type: string
94
+
- description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
95
+
jsonPath: .deletionPolicy
96
+
name: DeletionPolicy
97
+
type: string
98
+
- jsonPath: .metadata.creationTimestamp
99
+
name: Age
100
+
type: date
101
+
name: v1beta1
102
+
# This indicates the v1beta1 version of the custom resource is deprecated.
103
+
# API requests to this version receive a warning in the server response.
104
+
deprecated: true
105
+
# This overrides the default warning returned to clients making v1beta1 API requests.
106
+
deprecationWarning: "snapshot.storage.k8s.io/v1beta1 VolumeSnapshotClass is deprecated; use snapshot.storage.k8s.io/v1 VolumeSnapshotClass"
107
+
schema:
108
+
openAPIV3Schema:
109
+
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
110
+
properties:
111
+
apiVersion:
112
+
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'
113
+
type: string
114
+
deletionPolicy:
115
+
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.
116
+
enum:
117
+
- Delete
118
+
- Retain
119
+
type: string
120
+
driver:
121
+
description: driver is the name of the storage driver that handles this VolumeSnapshotClass. Required.
122
+
type: string
123
+
kind:
124
+
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'
125
+
type: string
126
+
parameters:
127
+
additionalProperties:
128
+
type: string
129
+
description: parameters is a key-value map with storage driver specific parameters for creating snapshots. These values are opaque to Kubernetes.
0 commit comments