Removing instead of deprecating Namespace attr

- Per discussion, there is no reason to deal
with the complexity of backwards compatibility
with the Namespace attribute on the Restore
domain.

- Also noticed there was an error on the
validation of the BackupController where
the message would actually just be the index
of the error and not the contents of the message
itself.

Signed-off-by: Justin Nauman <justin.r.nauman@gmail.com>
This commit is contained in:
Justin Nauman
2017-09-05 17:06:15 -05:00
parent 2457d8f116
commit 2d084c4348

View File

@@ -14,8 +14,8 @@ ark restore create BACKUP
### Options
```
--exclude-namespaces stringArray namespaces to exclude from the backup
--include-namespaces stringArray namespaces to include in the backup (use '*' for all namespaces) (default *)
--exclude-namespaces stringArray namespaces to exclude from the restore
--include-namespaces stringArray namespaces to include in the restore (use '*' for all namespaces) (default *)
--label-columns stringArray a comma-separated list of labels to be displayed as columns
--labels mapStringString labels to apply to the restore
--namespace-mappings mapStringString namespace mappings from name in the backup to desired restored name in the form src1:dst1,src2:dst2,...