Merge pull request #367 from prateekpandey14/use-v1-crd

Update volume snapshot CRDs to v1 version
This commit is contained in:
Kubernetes Prow Robot
2020-09-15 22:41:19 -07:00
committed by GitHub
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: