- Update snapshotter module to v6

- Update snapshotter client module to v5
- Update go version in client modules to v1.17
This commit is contained in:
Raunak Pradip Shah
2022-03-17 00:21:55 +05:30
parent 041cd46741
commit d300796fab
133 changed files with 674 additions and 934 deletions

View File

@@ -100,6 +100,7 @@ spec:
description: SourceVolumeMode is the mode of the volume whose snapshot
is taken. Can be either “Filesystem” or “Block”. If not specified,
it indicates the source volume's mode is unknown.
This field is immutable. This field is an alpha field.
type: string
volumeSnapshotClassName:
description: name of the VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation.