@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44metadata :
55 annotations :
66 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
88 name : volumegroupsnapshotcontents.groupsnapshot.storage.k8s.io
99spec :
1010 group : groupsnapshot.storage.k8s.io
@@ -277,20 +277,24 @@ spec:
277277 type : string
278278 type : object
279279 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.
283284 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
286288 properties :
287289 persistentVolumeRef :
288290 description : PersistentVolumeRef is a reference to the persistent
289291 volume resource
290292 properties :
291293 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?
294298 type : string
295299 type : object
296300 x-kubernetes-map-type : atomic
@@ -299,8 +303,10 @@ spec:
299303 volume snapshot content resource
300304 properties :
301305 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?
304310 type : string
305311 type : object
306312 x-kubernetes-map-type : atomic
0 commit comments