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
Copy file name to clipboardExpand all lines: deploy/helm/charts/templates/volumesnapshotclasses-crd.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ spec:
42
42
properties:
43
43
apiVersion:
44
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'
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
47
type: string
48
48
deletionPolicy:
49
49
description: deletionPolicy determines whether a VolumeSnapshotContent
@@ -63,8 +63,8 @@ spec:
63
63
type: string
64
64
kind:
65
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'
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'
Copy file name to clipboardExpand all lines: deploy/helm/charts/templates/volumesnapshots-crd.yaml
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -67,18 +67,18 @@ spec:
67
67
properties:
68
68
apiVersion:
69
69
description: 'APIVersion defines the versioned schema of this representation
70
-
of an object. Servers should convert recognized schemas to the latest
71
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
70
+
of an object. Servers should convert recognized schemas to the latest
71
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
72
72
type: string
73
73
kind:
74
74
description: 'Kind is a string value representing the REST resource this
75
-
object represents. Servers may infer this from the endpoint the client
76
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
75
+
object represents. Servers may infer this from the endpoint the client
76
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
77
77
type: string
78
78
spec:
79
79
description: 'spec defines the desired characteristics of a snapshot requested
80
-
by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots
81
-
Required.'
80
+
by a user. More info: https://kubernetes.io/docs/concepts/storage/volume-snapshots#volumesnapshots
81
+
Required.'
82
82
properties:
83
83
source:
84
84
description: source specifies where a snapshot will be created from.
@@ -105,16 +105,16 @@ spec:
105
105
- required: ["volumeSnapshotContentName"]
106
106
volumeSnapshotClassName:
107
107
description: 'VolumeSnapshotClassName is the name of the VolumeSnapshotClass
108
-
requested by the VolumeSnapshot. VolumeSnapshotClassName may be
109
-
left nil to indicate that the default SnapshotClass should be used.
110
-
A given cluster may have multiple default Volume SnapshotClasses:
111
-
one default per CSI Driver. If a VolumeSnapshot does not specify
112
-
a SnapshotClass, VolumeSnapshotSource will be checked to figure
113
-
out what the associated CSI Driver is, and the default VolumeSnapshotClass
114
-
associated with that CSI Driver will be used. If more than one VolumeSnapshotClass
115
-
exist for a given CSI Driver and more than one have been marked
116
-
as default, CreateSnapshot will fail and generate an event. Empty
117
-
string is not allowed for this field.'
108
+
requested by the VolumeSnapshot. VolumeSnapshotClassName may be
109
+
left nil to indicate that the default SnapshotClass should be used.
110
+
A given cluster may have multiple default Volume SnapshotClasses:
111
+
one default per CSI Driver. If a VolumeSnapshot does not specify
112
+
a SnapshotClass, VolumeSnapshotSource will be checked to figure
113
+
out what the associated CSI Driver is, and the default VolumeSnapshotClass
114
+
associated with that CSI Driver will be used. If more than one VolumeSnapshotClass
115
+
exist for a given CSI Driver and more than one have been marked
116
+
as default, CreateSnapshot will fail and generate an event. Empty
117
+
string is not allowed for this field.'
118
118
type: string
119
119
required:
120
120
- source
@@ -127,13 +127,13 @@ spec:
127
127
properties:
128
128
boundVolumeSnapshotContentName:
129
129
description: 'boundVolumeSnapshotContentName is the name of the VolumeSnapshotContent
130
-
object to which this VolumeSnapshot object intends to bind to. If
131
-
not specified, it indicates that the VolumeSnapshot object has not
132
-
been successfully bound to a VolumeSnapshotContent object yet. NOTE:
133
-
To avoid possible security issues, consumers must verify binding
134
-
between VolumeSnapshot and VolumeSnapshotContent objects is successful
135
-
(by validating that both VolumeSnapshot and VolumeSnapshotContent
136
-
point at each other) before using this object.'
130
+
object to which this VolumeSnapshot object intends to bind to. If
131
+
not specified, it indicates that the VolumeSnapshot object has not
132
+
been successfully bound to a VolumeSnapshotContent object yet. NOTE:
133
+
To avoid possible security issues, consumers must verify binding
134
+
between VolumeSnapshot and VolumeSnapshotContent objects is successful
135
+
(by validating that both VolumeSnapshot and VolumeSnapshotContent
136
+
point at each other) before using this object.'
137
137
type: string
138
138
creationTime:
139
139
description: creationTime is the timestamp when the point-in-time
@@ -157,8 +157,8 @@ spec:
157
157
properties:
158
158
message:
159
159
description: 'message is a string detailing the encountered error
160
-
during snapshot creation if specified. NOTE: message may be
161
-
logged, and it should not contain sensitive information.'
160
+
during snapshot creation if specified. NOTE: message may be
161
+
logged, and it should not contain sensitive information.'
162
162
type: string
163
163
time:
164
164
description: time is the timestamp when the error was encountered.
0 commit comments