Add --storage-location argument to create commands

Closes #738

Signed-off-by: Nolan Brubaker <nolan@heptio.com>
This commit is contained in:
Nolan Brubaker
2018-08-28 13:14:51 -07:00
committed by Steve Kriss
parent 56f1617049
commit 2a34772ed5
6 changed files with 34 additions and 16 deletions
+1
View File
@@ -26,6 +26,7 @@ ark backup create NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--storage-location string location in which to store the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
-w, --wait wait for the operation to complete
```
+1
View File
@@ -26,6 +26,7 @@ ark create backup NAME [flags]
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--storage-location string location in which to store the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
-w, --wait wait for the operation to complete
```
@@ -41,6 +41,7 @@ ark create schedule NAME --schedule="0 */6 * * *"
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--storage-location string location in which to store the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```
@@ -41,6 +41,7 @@ ark create schedule NAME --schedule="0 */6 * * *"
-l, --selector labelSelector only back up resources matching this label selector (default <none>)
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--storage-location string location in which to store the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
```