@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
4
4
metadata :
5
5
annotations :
6
6
api-approved.kubernetes.io : " https://github.com/kubernetes-csi/external-snapshotter/pull/1068"
7
- controller-gen.kubebuilder.io/version : v0.12 .0
7
+ controller-gen.kubebuilder.io/version : v0.15 .0
8
8
name : volumegroupsnapshotcontents.groupsnapshot.storage.k8s.io
9
9
spec :
10
10
group : groupsnapshot.storage.k8s.io
@@ -277,20 +277,24 @@ spec:
277
277
type : string
278
278
type : object
279
279
pvVolumeSnapshotContentList :
280
- description : PVVolumeSnapshotContentList is the list of pairs of PV
281
- and VolumeSnapshotContent for this group snapshot The maximum number
282
- of allowed snapshots in the group is 100.
280
+ description : |-
281
+ PVVolumeSnapshotContentList is the list of pairs of PV and
282
+ VolumeSnapshotContent for this group snapshot
283
+ The maximum number of allowed snapshots in the group is 100.
283
284
items :
284
- description : PVVolumeSnapshotContentPair represent a pair of PV
285
- names and VolumeSnapshotContent names
285
+ description : |-
286
+ PVVolumeSnapshotContentPair represent a pair of PV names and
287
+ VolumeSnapshotContent names
286
288
properties :
287
289
persistentVolumeRef :
288
290
description : PersistentVolumeRef is a reference to the persistent
289
291
volume resource
290
292
properties :
291
293
name :
292
- description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
293
- TODO: Add other useful fields. apiVersion, kind, uid?'
294
+ description : |-
295
+ Name of the referent.
296
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
297
+ TODO: Add other useful fields. apiVersion, kind, uid?
294
298
type : string
295
299
type : object
296
300
x-kubernetes-map-type : atomic
@@ -299,8 +303,10 @@ spec:
299
303
volume snapshot content resource
300
304
properties :
301
305
name :
302
- description : ' Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
303
- TODO: Add other useful fields. apiVersion, kind, uid?'
306
+ description : |-
307
+ Name of the referent.
308
+ More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
309
+ TODO: Add other useful fields. apiVersion, kind, uid?
304
310
type : string
305
311
type : object
306
312
x-kubernetes-map-type : atomic
0 commit comments