Add back v1beta1 manifests

This commit is contained in:
Raunak Pradip Shah
2022-05-25 12:34:54 +05:30
parent f1d59502b8
commit 5c47a8ceb4
4 changed files with 295 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ Once you run the script, you will get an output as follows:
## update-crd.sh
NOTE: We need to keep both v1beta1 and v1 snapshot APIs but set served and storage version of v1beta1 to false. Please copy back the v1beta1 manifest back to the files as this script will remove it.
This is the script to update CRD yaml files under /client/config/crd/ based on types.go file.
Make sure to run this script after making changes to /client/apis/volumesnapshot/v1/types.go.