Skip to content

Commit

Permalink
Update docs for stashed/stash@eb69ad4e (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Feb 4, 2022
1 parent 713b055 commit 95a066f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/reference/operator/stash_update-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ stash update-status [flags]
### Options

```
--backupsession string Name of the Backup Session
--bucket string Name of the cloud bucket/container (keep empty for local backend)
--enable-cache Specify whether to enable caching for restic
--endpoint string Endpoint for s3/s3 compatible backend or REST server URL
-h, --help help for update-status
--invoker-kind string Type of the respective backup/restore invoker
--invoker-name string Name of the respective backup/restore invoker
--kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag).
--master string The address of the Kubernetes API server (overrides any value in kubeconfig)
--max-connections int Specify maximum concurrent connections for GCS, Azure and B2 backend
--metrics-enabled Specify whether to export Prometheus metrics
--metrics-labels strings Labels to apply in exported metrics
--metrics-pushgateway-url string Pushgateway URL where the metrics will be pushed
--namespace string Namespace of Backup/Restore Session (default "default")
--output-dir string Directory where output.json file will be written (keep empty if you don't need to write output in file)
--path string Directory inside the bucket where backed up data will be stored
--provider string Backend provider (i.e. gcs, s3, azure etc)
--region string Region for s3/s3 compatible backend
--repo-name string Name of the Repository
--repo-namespace string Namespace of the Repository
--scratch-dir string Temporary directory
--target-kind string Kind of the target
--target-name string Name of the target
--backupsession string Name of the Backup Session
--bucket string Name of the cloud bucket/container (keep empty for local backend)
--enable-cache Specify whether to enable caching for restic
--endpoint string Endpoint for s3/s3 compatible backend or REST server URL
-h, --help help for update-status
--invoker-kind string Type of the respective backup/restore invoker
--invoker-name string Name of the respective backup/restore invoker
--kubeconfig string Path to kubeconfig file with authorization information (the master location is set by the master flag).
--master string The address of the Kubernetes API server (overrides any value in kubeconfig)
--max-connections int Specify maximum concurrent connections for GCS, Azure and B2 backend
--metrics-enabled Specify whether to export Prometheus metrics
--metrics-labels strings Labels to apply in exported metrics
--metrics-pushgateway-url string Pushgateway URL where the metrics will be pushed
--namespace string Namespace of Backup/Restore Session (default "default")
--output-dir string Directory where output.json file will be written (keep empty if you don't need to write output in file)
--path string Directory inside the bucket where backed up data will be stored
--provider string Backend provider (i.e. gcs, s3, azure etc)
--region string Region for s3/s3 compatible backend
--scratch-dir string Temporary directory
--storage-secret-name string Name of the Repository
--storage-secret-namespace string Namespace of the Repository
--target-kind string Kind of the target
--target-name string Name of the target
```

### Options inherited from parent commands
Expand Down

0 comments on commit 95a066f

Please sign in to comment.