velero/pkg/controller
Steve Kriss ef911ff21b when backing up PVCs with restic, explicitly specify --parent (#1807)
* when backing up PVCs with restic, explicitly specify --parent

Signed-off-by: Steve Kriss <krisss@vmware.com>

* changelog

Signed-off-by: Steve Kriss <krisss@vmware.com>

* address review feedback

Signed-off-by: Steve Kriss <krisss@vmware.com>
2019-08-27 16:37:51 -07:00
..
backup_controller.go store backup resource list metadata in object storage (#1709) 2019-08-05 11:15:55 -06:00
backup_controller_test.go strip leading/trailing slashes from BSL bucket & prefix vals (#1694) 2019-07-31 08:27:12 -07:00
backup_deletion_controller.go fix panic when processing DeleteBackupRequest objs without labels (#1556) 2019-06-10 10:04:51 -07:00
backup_deletion_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
backup_sync_controller.go create pod volume backups in backup's namespace during sync (#1760) 2019-08-13 10:20:25 -07:00
backup_sync_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
backup_tracker.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
backup_tracker_test.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
download_request_controller.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
download_request_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
gc_controller.go allow individual backup storage locations to be read-only (#1517) 2019-05-29 14:21:25 -04:00
gc_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
generic_controller.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
interface.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
pod_volume_backup_controller.go when backing up PVCs with restic, explicitly specify --parent (#1807) 2019-08-27 16:37:51 -07:00
pod_volume_backup_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
pod_volume_restore_controller.go Append "/mount" to directory for CSI volumes (#1615) 2019-07-10 15:16:21 -07:00
pod_volume_restore_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
restic_repository_controller.go remove calls to restic check before/after prune (#1794) 2019-08-23 10:53:00 -07:00
restore_controller.go Restore from PodVolumeBackups (#1723) 2019-08-06 13:17:36 -07:00
restore_controller_test.go move contents of pkg/util/test into pkg/test 2019-08-07 08:26:00 -06:00
schedule_controller.go create backups from schedules using velero create backup (#1734) 2019-08-23 13:03:51 -07:00
schedule_controller_test.go create backups from schedules using velero create backup (#1734) 2019-08-23 13:03:51 -07:00
server_status_request_controller.go Add cmd to list plugins (#1535) 2019-06-05 13:41:02 -04:00