storkctl get
Get stork resources
Example: storkctl get <subcommand> <flags>
The following commands support a set of global flags that can be used across all storkctl commands. For details, see the global flags section.
storkctl get applicationbackups
Get applicationbackup resources
Aliases: applicationbackup, backup, backups
Example: storkctl get applicationbackup <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
storkctl get applicationbackupschedules
Get applicationBackup schedules
Aliases: applicationbackupschedule
Example: storkctl get applicationbackupschedule <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
--backupLocation, -b | string | Name of the BackupLocation for which to list applicationBackup schedules | - | Optional |
storkctl get applicationclones
Get applicationclone resources
Aliases: applicationclone, clone, clones
Example: storkctl get applicationclone <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
storkctl get applicationregistrations
Get applicationRegistration resources
Aliases: applicationregistration, appreg, appregs
Example: storkctl get applicationregistration <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
storkctl get applicationrestores
Get applicationrestore resources
Aliases: applicationrestore, apprestore, apprestores
Example: storkctl get applicationrestore <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
storkctl get backuplocation
Get BackupLocations
Aliases: bl
Example: storkctl get backuplocation <name> <flags>
Flags
| Flag | Input type | Description | Default | Required |
|---|---|---|---|---|
--all-namespaces, -A | bool | If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | false | Optional |
--showSecrets, -s | bool | Display the secret information from the backupLocations | false | Optional |