velero/pkg/backup
Daniel Jiang 6e6c9cfe79
Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706)
When velero is running on clusters that don't support v1beta1 CRD, the
plugin will not try to backup v1beta1 CRD.
The plugin should be kept for backward compatibility.  It will be
removed when velero drop the support for k8s v1.21

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2022-02-28 19:48:07 +08:00
..
mocks Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
testdata Fix various typos found by codespell (#3057) 2020-11-10 11:48:35 -05:00
backup.go Check for nil before logging DefaultVolumesToRestic value 2022-02-21 17:35:16 +08:00
backup_pv_action.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
backup_pv_action_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
backup_test.go Verify group before treating resource as cohabitating (#4126) 2021-11-03 18:11:32 -04:00
delete_helpers.go fix goimport noise in prep for bump to latest 2020-03-02 10:55:08 -07:00
item_backupper.go Modify according to comments 2022-02-23 09:52:20 +08:00
item_backupper_test.go Modify according to comments 2022-02-23 09:52:20 +08:00
item_collector.go Merge pull request #4306 from alaypatel07/fix-paging 2021-11-10 07:53:58 +08:00
item_collector_test.go Enhance Backup to backup resources in specific order. (#2724) 2020-08-12 17:17:31 -07:00
pod_action.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
pod_action_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
pvc_snapshot_tracker.go restic: only backup ReadWriteMany PVC's once per velero backup (#1896) 2019-10-08 17:16:35 -04:00
rbac.go k8s 1.18 import (#2651) 2020-07-16 12:21:37 -04:00
remap_crd_version_action.go Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706) 2022-02-28 19:48:07 +08:00
remap_crd_version_action_test.go Bypass the remap CRD version plugin when v1beta1 CRD is not supported (#4706) 2022-02-28 19:48:07 +08:00
request.go Consolidated code for resolving actions and plugins into ActionResolver (#4410) 2021-12-10 12:53:47 -05:00
request_test.go ensure backup resource list per gvk is sorted 2019-08-08 13:53:40 -07:00
service_account_action.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
service_account_action_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00