Merge pull request #213 from skriss/restore-action-plugins

Convert restorers to plugins
This commit is contained in:
Andy Goldstein
2017-11-28 14:50:41 -05:00
committed by GitHub
37 changed files with 1648 additions and 1406 deletions

View File

@@ -22,4 +22,4 @@ Examples of cases where Ark is useful:
Yes, with some exceptions. For example, when Ark restores pods it deletes the `nodeName` from the
pod so that it can be scheduled onto a new node. You can see some more examples of the differences
in [pod_restorer.go](https://github.com/heptio/ark/blob/master/pkg/restore/restorers/pod_restorer.go)
in [pod_action.go](https://github.com/heptio/ark/blob/master/pkg/restore/pod_action.go)