This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
147 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
docs/docs/100-reference/01-command-line/acorn_volume_snapshot.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "acorn volume snapshot" | ||
--- | ||
## acorn volume snapshot | ||
|
||
Manage snapshots | ||
|
||
``` | ||
acorn volume snapshot [flags] [SNAPSHOT_NAME...] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
acorn snapshot | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for snapshot | ||
-o, --output string Output format (json, yaml, {{gotemplate}}) | ||
-q, --quiet Output only names | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config-file string Path of the acorn config file to use | ||
--debug Enable debug logging | ||
--debug-level int Debug log level (valid 0-9) (default 7) | ||
--kubeconfig string Explicitly use kubeconfig file, overriding the default context | ||
-j, --project string Project to work in | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [acorn volume](acorn_volume.md) - Manage volumes | ||
* [acorn volume snapshot create](acorn_volume_snapshot_create.md) - Create a snapshot | ||
* [acorn volume snapshot restore](acorn_volume_snapshot_restore.md) - Restore a snapshot to a new volume | ||
* [acorn volume snapshot rm](acorn_volume_snapshot_rm.md) - Delete a snapshot | ||
|
34 changes: 34 additions & 0 deletions
34
docs/docs/100-reference/01-command-line/acorn_volume_snapshot_create.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "acorn volume snapshot create" | ||
--- | ||
## acorn volume snapshot create | ||
|
||
Create a snapshot | ||
|
||
``` | ||
acorn volume snapshot create [flags] BOUND_VOLUME_NAME | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for create | ||
-n, --name string Give your snapshot a custom name | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config-file string Path of the acorn config file to use | ||
--debug Enable debug logging | ||
--debug-level int Debug log level (valid 0-9) (default 7) | ||
--kubeconfig string Explicitly use kubeconfig file, overriding the default context | ||
-o, --output string Output format (json, yaml, {{gotemplate}}) | ||
-j, --project string Project to work in | ||
-q, --quiet Output only names | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [acorn volume snapshot](acorn_volume_snapshot.md) - Manage snapshots | ||
|
33 changes: 33 additions & 0 deletions
33
docs/docs/100-reference/01-command-line/acorn_volume_snapshot_restore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "acorn volume snapshot restore" | ||
--- | ||
## acorn volume snapshot restore | ||
|
||
Restore a snapshot to a new volume | ||
|
||
``` | ||
acorn volume snapshot restore [flags] SNAPSHOT_NAME VOLUME_NAME | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for restore | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config-file string Path of the acorn config file to use | ||
--debug Enable debug logging | ||
--debug-level int Debug log level (valid 0-9) (default 7) | ||
--kubeconfig string Explicitly use kubeconfig file, overriding the default context | ||
-o, --output string Output format (json, yaml, {{gotemplate}}) | ||
-j, --project string Project to work in | ||
-q, --quiet Output only names | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [acorn volume snapshot](acorn_volume_snapshot.md) - Manage snapshots | ||
|
33 changes: 33 additions & 0 deletions
33
docs/docs/100-reference/01-command-line/acorn_volume_snapshot_rm.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "acorn volume snapshot rm" | ||
--- | ||
## acorn volume snapshot rm | ||
|
||
Delete a snapshot | ||
|
||
``` | ||
acorn volume snapshot rm [flags] SNAPSHOT_NAME | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for rm | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config-file string Path of the acorn config file to use | ||
--debug Enable debug logging | ||
--debug-level int Debug log level (valid 0-9) (default 7) | ||
--kubeconfig string Explicitly use kubeconfig file, overriding the default context | ||
-o, --output string Output format (json, yaml, {{gotemplate}}) | ||
-j, --project string Project to work in | ||
-q, --quiet Output only names | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [acorn volume snapshot](acorn_volume_snapshot.md) - Manage snapshots | ||
|
35 changes: 3 additions & 32 deletions
35
pkg/apis/snapshot.storage.k8s.io/v1/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters