Update README
This commit is contained in:
@@ -26,7 +26,7 @@ Make sure to run this script after making changes to /client/apis/volumesnapshot
|
|||||||
```
|
```
|
||||||
* Checkout latest release version
|
* Checkout latest release version
|
||||||
```bash
|
```bash
|
||||||
git checkout v0.26.0
|
git checkout v0.26.1
|
||||||
```
|
```
|
||||||
|
|
||||||
* Ensure the file `generate-groups.sh` exists
|
* Ensure the file `generate-groups.sh` exists
|
||||||
@@ -164,14 +164,14 @@ Update the restoreSize property to use type string only:
|
|||||||
properties:
|
properties:
|
||||||
persistentVolumeNames:
|
persistentVolumeNames:
|
||||||
description: PersistentVolumeNames is a list of names of PersistentVolumes
|
description: PersistentVolumeNames is a list of names of PersistentVolumes
|
||||||
to be snapshotted together. Signifies dynamic provisioning of
|
to be snapshotted together. It is specified for dynamic provisioning
|
||||||
the VolumeGroupSnapshot. This field is immutable.
|
of the VolumeGroupSnapshot. This field is immutable.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
type: array
|
type: array
|
||||||
volumeGroupSnapshotHandle:
|
volumeGroupSnapshotHandle:
|
||||||
description: VolumeGroupSnapshotHandle specifies the CSI "snapshot_id"
|
description: VolumeGroupSnapshotHandle specifies the CSI "group_snapshot_id"
|
||||||
of a pre-existing snapshot on the underlying storage system
|
of a pre-existing group snapshot on the underlying storage system
|
||||||
for which a Kubernetes object representation was (or should
|
for which a Kubernetes object representation was (or should
|
||||||
be) created. This field is immutable.
|
be) created. This field is immutable.
|
||||||
type: string
|
type: string
|
||||||
|
Reference in New Issue
Block a user