Skip to content

Commit

Permalink
Update docs for kubedb/cli@c12d92b1 (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored May 8, 2024
1 parent 4e05653 commit 062052a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/cli/kubectl-dba_pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ kubectl-dba pause (-f FILENAME | TYPE [NAME_PREFIX | -l label] | TYPE/NAME)
-f, --filename strings Filename, directory, or URL to files containing the resource to pause
-h, --help help for pause
-k, --kustomize string Process the kustomization directory. This flag can't be used together with -f or -R.
--only-archiver If provided, only the archiver for the database is paused.
--only-backupconfig If provided, only the backupconfiguration for the database is paused.
--only-db If provided, only the database is paused.
-R, --recursive Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/kubectl-dba_resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ kubectl-dba resume (-f FILENAME | TYPE [NAME_PREFIX | -l label] | TYPE/NAME)
-f, --filename strings Filename, directory, or URL to files containing the resource to resume
-h, --help help for resume
-k, --kustomize string Process the kustomization directory. This flag can't be used together with -f or -R.
--only-archiver If provided, only the archiver for the database is resumed.
--only-backupconfig If provided, only the backupconfiguration for the database is resumed.
--only-db If provided, only the database is resumed.
-R, --recursive Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
Expand Down

0 comments on commit 062052a

Please sign in to comment.