Skip to content

Commit 2e1f4d0

Browse files
generate: debug command
1 parent 60f5d39 commit 2e1f4d0

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

contrib/completions/bash/oc

+1
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,7 @@ _oc_debug()
39663966
flags_with_completion+=("-f")
39673967
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
39683968
flags+=("--keep-annotations")
3969+
flags+=("--keep-init-containers")
39693970
flags+=("--keep-liveness")
39703971
flags+=("--keep-readiness")
39713972
flags+=("--no-headers")

contrib/completions/bash/openshift

+1
Original file line numberDiff line numberDiff line change
@@ -8171,6 +8171,7 @@ _openshift_cli_debug()
81718171
flags_with_completion+=("-f")
81728172
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
81738173
flags+=("--keep-annotations")
8174+
flags+=("--keep-init-containers")
81748175
flags+=("--keep-liveness")
81758176
flags+=("--keep-readiness")
81768177
flags+=("--no-headers")

contrib/completions/zsh/oc

+1
Original file line numberDiff line numberDiff line change
@@ -4127,6 +4127,7 @@ _oc_debug()
41274127
flags_with_completion+=("-f")
41284128
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
41294129
flags+=("--keep-annotations")
4130+
flags+=("--keep-init-containers")
41304131
flags+=("--keep-liveness")
41314132
flags+=("--keep-readiness")
41324133
flags+=("--no-headers")

contrib/completions/zsh/openshift

+1
Original file line numberDiff line numberDiff line change
@@ -8332,6 +8332,7 @@ _openshift_cli_debug()
83328332
flags_with_completion+=("-f")
83338333
flags_completion+=("__handle_filename_extension_flag yaml|yml|json")
83348334
flags+=("--keep-annotations")
8335+
flags+=("--keep-init-containers")
83358336
flags+=("--keep-liveness")
83368337
flags+=("--keep-readiness")
83378338
flags+=("--no-headers")

docs/man/man1/oc-debug.1

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ the shell.
6060
\fB\-\-keep\-annotations\fP=false
6161
Keep the original pod annotations
6262

63+
.PP
64+
\fB\-\-keep\-init\-containers\fP=true
65+
Run the init containers for the pod. Defaults to true.
66+
6367
.PP
6468
\fB\-\-keep\-liveness\fP=false
6569
Keep the original pod liveness probes

docs/man/man1/openshift-cli-debug.1

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ the shell.
6060
\fB\-\-keep\-annotations\fP=false
6161
Keep the original pod annotations
6262

63+
.PP
64+
\fB\-\-keep\-init\-containers\fP=true
65+
Run the init containers for the pod. Defaults to true.
66+
6367
.PP
6468
\fB\-\-keep\-liveness\fP=false
6569
Keep the original pod liveness probes

0 commit comments

Comments
 (0)