File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -20094,8 +20094,6 @@ _openshift_infra_router()
20094
20094
local_nonpersistent_flags+=("--allowed-domains=")
20095
20095
flags+=("--as=")
20096
20096
local_nonpersistent_flags+=("--as=")
20097
- flags+=("--bind-only-when-ready")
20098
- local_nonpersistent_flags+=("--bind-only-when-ready")
20099
20097
flags+=("--certificate-authority=")
20100
20098
flags_with_completion+=("--certificate-authority")
20101
20099
flags_completion+=("_filedir")
Original file line number Diff line number Diff line change @@ -20255,8 +20255,6 @@ _openshift_infra_router()
20255
20255
local_nonpersistent_flags+=("--allowed-domains=")
20256
20256
flags+=("--as=")
20257
20257
local_nonpersistent_flags+=("--as=")
20258
- flags+=("--bind-only-when-ready")
20259
- local_nonpersistent_flags+=("--bind-only-when-ready")
20260
20258
flags+=("--certificate-authority=")
20261
20259
flags_with_completion+=("--certificate-authority")
20262
20260
flags_completion+=("_filedir")
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ You may restrict the set of routes exposed to a single project (with \-\-namespa
46
46
Username to impersonate for the operation
47
47
48
48
.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
51
51
52
52
.PP
53
53
\fB \-\- certificate \- authority \fP =""
You can’t perform that action at this time.
0 commit comments