velero/pkg/backup
Devan Goodwin ed0194c09b Restructure backups for resource prioritization.
Previously the directory structure separated resources depending on
whether or not they were cluster or namespace scoped. All cluster
resources were restored first, then all namespace resources. Priority
did not apply across both and you could not order any namespace
resources before any cluster resources.

This restructure sorts firstly on resource type.

resources/serviceaccounts/namespaces/ns1.json
resources/nodes/cluster/node1.json

This will break old backups as the format is no longer consistent as
announced on the Google group.

Signed-off-by: Devan Goodwin <dgoodwin@redhat.com>
2017-10-17 08:49:05 -03:00
..
backup.go Restructure backups for resource prioritization. 2017-10-17 08:49:05 -03:00
backup_pv_action.go when backing up PVCs, also back up claimed PVs 2017-10-11 09:54:57 -07:00
backup_pv_action_test.go add --include-cluster-resources flag to backup create cmd 2017-10-11 15:05:12 -07:00
backup_test.go Restructure backups for resource prioritization. 2017-10-17 08:49:05 -03:00
volume_snapshot_action.go when backing up PVCs, also back up claimed PVs 2017-10-11 09:54:57 -07:00
volume_snapshot_action_test.go when backing up PVCs, also back up claimed PVs 2017-10-11 09:54:57 -07:00