Skip to content

Commit 2e45d5c

Browse files
authored
[internal] fix volumesnapshotclass (#19)
Signed-off-by: v.oleynikov <[email protected]>
1 parent 7e67606 commit 2e45d5c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

crds/snapshot.storage.k8s.io_volumesnapshotclasses.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ spec:
2525
- jsonPath: .driver
2626
name: Driver
2727
type: string
28-
- description: Determines whether a VolumeSnapshotContent created through the
29-
VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
28+
- description: Determines whether a VolumeSnapshotContent created through the VolumeSnapshotClass should be deleted when its bound VolumeSnapshot is deleted.
3029
jsonPath: .deletionPolicy
3130
name: DeletionPolicy
3231
type: string
@@ -135,7 +134,7 @@ spec:
135134
- deletionPolicy
136135
- driver
137136
type: object
138-
served: false
137+
served: true
139138
storage: false
140139
subresources: {}
141140
status:

crds/snapshot.storage.k8s.io_volumesnapshotcontents.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ spec:
448448
required:
449449
- spec
450450
type: object
451-
served: false
451+
served: true
452452
storage: false
453453
subresources:
454454
status: {}

crds/snapshot.storage.k8s.io_volumesnapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ spec:
342342
required:
343343
- spec
344344
type: object
345-
served: false
345+
served: true
346346
storage: false
347347
subresources:
348348
status: {}

0 commit comments

Comments
 (0)