mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OCPBUGS#11627: Add hyphen for namespace parameter
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
1bf2b4f3b2
commit
18788c8ea9
@@ -3,6 +3,7 @@
|
||||
// * cli_reference/osdk/cli-osdk-ref.adoc
|
||||
// * operators/operator_sdk/osdk-cli-ref.adoc
|
||||
|
||||
:_content-type: REFERENCE
|
||||
[id="osdk-cli-ref-cleanup_{context}"]
|
||||
= cleanup
|
||||
|
||||
@@ -19,7 +20,7 @@ The `operator-sdk cleanup` command destroys and removes resources that were crea
|
||||
|`--kubeconfig` (string)
|
||||
|Path to the `kubeconfig` file to use for CLI requests.
|
||||
|
||||
|`n`, `--namespace` (string)
|
||||
|`-n`, `--namespace` (string)
|
||||
|If present, namespace in which to run the CLI request.
|
||||
|
||||
|`--timeout <duration>`
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// * cli_reference/osdk/cli-osdk-ref.adoc
|
||||
// * operators/operator_sdk/osdk-cli-ref.adoc
|
||||
|
||||
:_content-type: REFERENCE
|
||||
[id="osdk-cli-ref-run-bundle-upgrade_{context}"]
|
||||
= bundle-upgrade
|
||||
|
||||
@@ -19,7 +20,7 @@ The `run bundle-upgrade` subcommand upgrades an Operator that was previously ins
|
||||
|`--kubeconfig` (string)
|
||||
|Path to the `kubeconfig` file to use for CLI requests.
|
||||
|
||||
|`n`, `--namespace` (string)
|
||||
|`-n`, `--namespace` (string)
|
||||
|If present, namespace in which to run the CLI request.
|
||||
|
||||
|`-h`, `--help`
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// * cli_reference/osdk/cli-osdk-ref.adoc
|
||||
// * operators/operator_sdk/osdk-cli-ref.adoc
|
||||
|
||||
:_content-type: REFERENCE
|
||||
[id="osdk-cli-ref-run-bundle_{context}"]
|
||||
= bundle
|
||||
|
||||
@@ -25,7 +26,7 @@ The `run bundle` subcommand deploys an Operator in the bundle format with Operat
|
||||
|`--kubeconfig` (string)
|
||||
|Path to the `kubeconfig` file to use for CLI requests.
|
||||
|
||||
|`n`, `--namespace` (string)
|
||||
|`-n`, `--namespace` (string)
|
||||
|If present, namespace in which to run the CLI request.
|
||||
|
||||
|`-h`, `--help`
|
||||
|
||||
Reference in New Issue
Block a user