Skip to content

Commit 8723241

Browse files
committed
router: updated generated completions and docs
1 parent 4a26da8 commit 8723241

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

contrib/completions/bash/openshift

-2
Original file line numberDiff line numberDiff line change
@@ -20094,8 +20094,6 @@ _openshift_infra_router()
2009420094
local_nonpersistent_flags+=("--allowed-domains=")
2009520095
flags+=("--as=")
2009620096
local_nonpersistent_flags+=("--as=")
20097-
flags+=("--bind-only-when-ready")
20098-
local_nonpersistent_flags+=("--bind-only-when-ready")
2009920097
flags+=("--certificate-authority=")
2010020098
flags_with_completion+=("--certificate-authority")
2010120099
flags_completion+=("_filedir")

contrib/completions/zsh/openshift

-2
Original file line numberDiff line numberDiff line change
@@ -20255,8 +20255,6 @@ _openshift_infra_router()
2025520255
local_nonpersistent_flags+=("--allowed-domains=")
2025620256
flags+=("--as=")
2025720257
local_nonpersistent_flags+=("--as=")
20258-
flags+=("--bind-only-when-ready")
20259-
local_nonpersistent_flags+=("--bind-only-when-ready")
2026020258
flags+=("--certificate-authority=")
2026120259
flags_with_completion+=("--certificate-authority")
2026220260
flags_completion+=("_filedir")

docs/man/man1/openshift-infra-router.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ You may restrict the set of routes exposed to a single project (with \-\-namespa
4646
Username to impersonate for the operation
4747

4848
.PP
49-
\fB\-\-bind\-only\-when\-ready\fP=false
50-
Only bind ports when route state has been synchronized
49+
\fB\-\-bind\-ports\-after\-sync\fP=false
50+
Bind ports only after route state has been synchronized
5151

5252
.PP
5353
\fB\-\-certificate\-authority\fP=""

0 commit comments

Comments
 (0)