Update volume snapshot CRDs to v1 version

- bump controller-gen 0.4.0 version
- update CRDs to use `apiextensions.k8s.io/v1` apis

Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
This commit is contained in:
prateekpandey14
2020-08-21 19:05:37 +05:30
parent d8afef5c7b
commit c1e1a1b090
5 changed files with 427 additions and 429 deletions

View File

@@ -56,7 +56,8 @@ For example, the following command will add a metadata section for a nested obje
+ metadata:
+ description: 'Standard object''s metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata'
```
* Update the restoreSize property to string in snapshot.storage.k8s.io_volumesnapshots.yaml
* Update the restoreSize property to string in snapshot.storage.k8s.io_volumesnapshots.yaml
The generated yaml file contains restoreSize property anyOf as described below: