@@ -185,7 +185,7 @@ spec:
185
185
type : object
186
186
pvcVolumeSnapshotRefList :
187
187
description : VolumeSnapshotRefList is the list of PVC and VolumeSnapshot
188
- pair that is part of this group snapshot. The maximum number of
188
+ pairs that is part of this group snapshot. The maximum number of
189
189
allowed snapshots in the group is 100.
190
190
items :
191
191
description : PVCVolumeSnapshotPair defines a pair of a PVC reference
@@ -195,77 +195,19 @@ spec:
195
195
description : PersistentVolumeClaimRef is a reference to the
196
196
PVC this pair is referring to
197
197
properties :
198
- apiVersion :
199
- description : API version of the referent.
200
- type : string
201
- fieldPath :
202
- description : ' If referring to a piece of an object instead
203
- of an entire object, this string should contain a valid
204
- JSON/Go field access statement, such as desiredState.manifest.containers[2].
205
- For example, if the object reference is to a container
206
- within a pod, this would take on a value like: "spec.containers{name}"
207
- (where "name" refers to the name of the container that
208
- triggered the event) or if no container name is specified
209
- "spec.containers[2]" (container with index 2 in this pod).
210
- This syntax is chosen only to have some well-defined way
211
- of referencing a part of an object. TODO: this design
212
- is not final and this field is subject to change in the
213
- future.'
214
- type : string
215
- kind :
216
- description : ' Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
217
- type : string
218
198
name :
219
- description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
220
- type : string
221
- namespace :
222
- description : ' Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
223
- type : string
224
- resourceVersion :
225
- description : ' Specific resourceVersion to which this reference
226
- is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
227
- type : string
228
- uid :
229
- description : ' UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
199
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
200
+ TODO: Add other useful fields. apiVersion, kind, uid?'
230
201
type : string
231
202
type : object
232
203
x-kubernetes-map-type : atomic
233
204
volumeSnapshotRef :
234
205
description : VolumeSnapshotRef is a reference to the VolumeSnapshot
235
206
this pair is referring to
236
207
properties :
237
- apiVersion :
238
- description : API version of the referent.
239
- type : string
240
- fieldPath :
241
- description : ' If referring to a piece of an object instead
242
- of an entire object, this string should contain a valid
243
- JSON/Go field access statement, such as desiredState.manifest.containers[2].
244
- For example, if the object reference is to a container
245
- within a pod, this would take on a value like: "spec.containers{name}"
246
- (where "name" refers to the name of the container that
247
- triggered the event) or if no container name is specified
248
- "spec.containers[2]" (container with index 2 in this pod).
249
- This syntax is chosen only to have some well-defined way
250
- of referencing a part of an object. TODO: this design
251
- is not final and this field is subject to change in the
252
- future.'
253
- type : string
254
- kind :
255
- description : ' Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
256
- type : string
257
208
name :
258
- description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
259
- type : string
260
- namespace :
261
- description : ' Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/'
262
- type : string
263
- resourceVersion :
264
- description : ' Specific resourceVersion to which this reference
265
- is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency'
266
- type : string
267
- uid :
268
- description : ' UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids'
209
+ description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
210
+ TODO: Add other useful fields. apiVersion, kind, uid?'
269
211
type : string
270
212
type : object
271
213
x-kubernetes-map-type : atomic
0 commit comments