Skip to content

Commit b5ab14a

Browse files
committed
Refresh CRD manifest with controller-gen 0.15.0
Signed-off-by: Leonardo Cecchi <[email protected]>
1 parent 3cec46d commit b5ab14a

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshotcontents.yaml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
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
99
spec:
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

client/config/crd/groupsnapshot.storage.k8s.io_volumegroupsnapshots.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
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: volumegroupsnapshots.groupsnapshot.storage.k8s.io
99
spec:
1010
group: groupsnapshot.storage.k8s.io
@@ -222,9 +222,10 @@ spec:
222222
type: string
223223
type: object
224224
pvcVolumeSnapshotRefList:
225-
description: VolumeSnapshotRefList is the list of PVC and VolumeSnapshot
226-
pairs that is part of this group snapshot. The maximum number of
227-
allowed snapshots in the group is 100.
225+
description: |-
226+
VolumeSnapshotRefList is the list of PVC and VolumeSnapshot pairs that
227+
is part of this group snapshot.
228+
The maximum number of allowed snapshots in the group is 100.
228229
items:
229230
description: PVCVolumeSnapshotPair defines a pair of a PVC reference
230231
and a Volume Snapshot Reference
@@ -234,8 +235,10 @@ spec:
234235
PVC this pair is referring to
235236
properties:
236237
name:
237-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
238-
TODO: Add other useful fields. apiVersion, kind, uid?'
238+
description: |-
239+
Name of the referent.
240+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
241+
TODO: Add other useful fields. apiVersion, kind, uid?
239242
type: string
240243
type: object
241244
x-kubernetes-map-type: atomic
@@ -244,8 +247,10 @@ spec:
244247
this pair is referring to
245248
properties:
246249
name:
247-
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
248-
TODO: Add other useful fields. apiVersion, kind, uid?'
250+
description: |-
251+
Name of the referent.
252+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
253+
TODO: Add other useful fields. apiVersion, kind, uid?
249254
type: string
250255
type: object
251256
x-kubernetes-map-type: atomic

0 commit comments

Comments
 (0)