Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add all velero.io CRDs #203

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

jacksgt
Copy link
Contributor

@jacksgt jacksgt commented Aug 14, 2023

This adds the following CRDs for Velero:

  • backups
  • backuprepositories
  • backupstoragelocations
  • deletebackuprequests
  • downloadrequests
  • podvolumebackups
  • podvolumerestores
  • restores
  • schedules
  • serverstatusrequests
  • volumesnapshotlocations

The CRDs / schemas were extracted with:

cd velero.io/
git clone git@github.com:vmware-tanzu/helm-charts.git velero-helm-charts cd velero-helm-charts/ && git checkout velero-4.4.1 && cd .. find velero-helm-charts/ -wholename '*/crds/*.yaml' -exec python3 ../openapi2jsonschema.py {} \;

Closes #200

This adds the following CRDs for Velero:

* backups
* backuprepositories
* backupstoragelocations
* deletebackuprequests
* downloadrequests
* podvolumebackups
* podvolumerestores
* restores
* schedules
* serverstatusrequests
* volumesnapshotlocations

The CRDs / schemas were extracted with:

cd velero.io/
git clone git@github.com:vmware-tanzu/helm-charts.git velero-helm-charts
cd velero-helm-charts/ && git checkout velero-4.4.1 && cd ..
find velero-helm-charts/ -wholename '*/crds/*.yaml' -exec python3 ../openapi2jsonschema.py {} \;
@eyarz eyarz merged commit 08821be into datreeio:main Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add all velero CRDs
2 participants