datreeio/CRDs-catalog

Add all velero CRDs

Closed this issue · 1 comments

Currently the catalog only contains the Schedule CRD of velero.io, but Velero comes with many more CRDs:

kubectl get crd | grep velero
backups.velero.io                                                 2021-03-23T22:37:55Z
backupstoragelocations.velero.io                                  2021-03-23T22:37:54Z
deletebackuprequests.velero.io                                    2021-03-23T22:37:54Z
downloadrequests.velero.io                                        2021-03-23T22:37:54Z
podvolumebackups.velero.io                                        2021-03-23T22:37:55Z
podvolumerestores.velero.io                                       2021-03-23T22:37:55Z
resticrepositories.velero.io                                      2021-03-23T22:37:55Z
restores.velero.io                                                2021-03-23T22:37:55Z
schedules.velero.io                                               2021-03-23T22:37:55Z
serverstatusrequests.velero.io                                    2021-03-23T22:37:54Z
volumesnapshotlocations.velero.io                                 2021-03-23T22:37:55Z

It would be great if we can add those as well.

I will try to submit a PR for this in the coming days.