Update K8s deps to 0.28 and update generated code

This commit is contained in:
xing-yang
2023-09-11 20:54:40 +00:00
parent b1c48212ea
commit 95cd3df7ed
19 changed files with 186 additions and 238 deletions

View File

@@ -26,7 +26,7 @@ Make sure to run this script after making changes to /client/apis/volumesnapshot
```
* Checkout latest release version
```bash
git checkout v0.26.1
git checkout v0.28.1
```
* Ensure the file `generate-groups.sh` exists
@@ -180,4 +180,4 @@ Update the restoreSize property to use type string only:
- required: ["persistentVolumeNames"]
- required: ["volumeGroupSnapshotHandle"]
volumeGroupSnapshotClassName:
```
```