Skip to content

Commit

Permalink
generate: debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Jul 26, 2016
1 parent 4880eed commit 0e46f68
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,7 @@ _oc_debug()
flags_with_completion+=("-f")
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
flags+=("--keep-annotations")
flags+=("--keep-init-containers")
flags+=("--keep-liveness")
flags+=("--keep-readiness")
flags+=("--no-headers")
Expand Down
1 change: 1 addition & 0 deletions contrib/completions/bash/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -8171,6 +8171,7 @@ _openshift_cli_debug()
flags_with_completion+=("-f")
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
flags+=("--keep-annotations")
flags+=("--keep-init-containers")
flags+=("--keep-liveness")
flags+=("--keep-readiness")
flags+=("--no-headers")
Expand Down
1 change: 1 addition & 0 deletions contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -4127,6 +4127,7 @@ _oc_debug()
flags_with_completion+=("-f")
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
flags+=("--keep-annotations")
flags+=("--keep-init-containers")
flags+=("--keep-liveness")
flags+=("--keep-readiness")
flags+=("--no-headers")
Expand Down
1 change: 1 addition & 0 deletions contrib/completions/zsh/openshift
Original file line number Diff line number Diff line change
Expand Up @@ -8332,6 +8332,7 @@ _openshift_cli_debug()
flags_with_completion+=("-f")
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
flags+=("--keep-annotations")
flags+=("--keep-init-containers")
flags+=("--keep-liveness")
flags+=("--keep-readiness")
flags+=("--no-headers")
Expand Down
4 changes: 4 additions & 0 deletions docs/man/man1/oc-debug.1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ the shell.
\fB\-\-keep\-annotations\fP=false
Keep the original pod annotations

.PP
\fB\-\-keep\-init\-containers\fP=true
Run the init containers for the pod. Defaults to true.

.PP
\fB\-\-keep\-liveness\fP=false
Keep the original pod liveness probes
Expand Down
4 changes: 4 additions & 0 deletions docs/man/man1/openshift-cli-debug.1
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ the shell.
\fB\-\-keep\-annotations\fP=false
Keep the original pod annotations

.PP
\fB\-\-keep\-init\-containers\fP=true
Run the init containers for the pod. Defaults to true.

.PP
\fB\-\-keep\-liveness\fP=false
Keep the original pod liveness probes
Expand Down

0 comments on commit 0e46f68

Please sign in to comment.