velero/pkg/controller
Justin Nauman 1fd1e8deaa Excluding nodes and endpoints from restoration
- Introduced a blacklist of resources that are non-restorable.  The
goal being that the backup can still include these resources for
logging/auditing purposes but they are explicitly added to
ExcludedResources in the RestorController's "defaulting" logic
to ensure that if someone were to explicitly ask for nodes
that they would be expressly denied.

Signed-off-by: Justin Nauman <justin.r.nauman@gmail.com>
2017-10-05 22:37:29 -05:00
..
backup_controller.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
backup_controller_test.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
backup_sync_controller.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
backup_sync_controller_test.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
download_request_controller.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
download_request_controller_test.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
gc_controller.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
gc_controller_test.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
interface.go Initial commit 2017-08-02 13:27:17 -04:00
restore_controller.go Excluding nodes and endpoints from restoration 2017-10-05 22:37:29 -05:00
restore_controller_test.go Excluding nodes and endpoints from restoration 2017-10-05 22:37:29 -05:00
schedule_controller.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00
schedule_controller_test.go switch logging to logrus and errors to pkg/errors 2017-10-05 08:49:33 -07:00