Skip to content

Commit ec6ef5f

Browse files
committed
update generated docs
1 parent 3883186 commit ec6ef5f

File tree

716 files changed

+4220
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

716 files changed

+4220
-0
lines changed

contrib/completions/bash/oadm

+86
Large diffs are not rendered by default.

contrib/completions/bash/oc

+218
Large diffs are not rendered by default.

contrib/completions/bash/openshift

+386
Large diffs are not rendered by default.

contrib/completions/zsh/oadm

+86
Large diffs are not rendered by default.

contrib/completions/zsh/oc

+218
Large diffs are not rendered by default.

contrib/completions/zsh/openshift

+386
Large diffs are not rendered by default.

docs/man/man1/oadm-build-chain.1

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ default namespace will be used respectively.
9292
\fB\-n\fP, \fB\-\-namespace\fP=""
9393
If present, the namespace scope for this CLI request
9494

95+
.PP
96+
\fB\-\-request\-timeout\fP="0"
97+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
98+
9599
.PP
96100
\fB\-\-server\fP=""
97101
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-key-pair.1

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ oadm ca create\-key\-pair \-\-public\-key=$CONFIG/serviceaccounts.public.key \-\
9696
\fB\-n\fP, \fB\-\-namespace\fP=""
9797
If present, the namespace scope for this CLI request
9898

99+
.PP
100+
\fB\-\-request\-timeout\fP="0"
101+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
102+
99103
.PP
100104
\fB\-\-server\fP=""
101105
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-master-certs.1

+4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ for certain configuration changes.
158158
\fB\-n\fP, \fB\-\-namespace\fP=""
159159
If present, the namespace scope for this CLI request
160160

161+
.PP
162+
\fB\-\-request\-timeout\fP="0"
163+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
164+
161165
.PP
162166
\fB\-\-server\fP=""
163167
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-server-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ cat cloudapps.crt cloudapps.key $CA/ca.crt > cloudapps.router.pem
121121
\fB\-n\fP, \fB\-\-namespace\fP=""
122122
If present, the namespace scope for this CLI request
123123

124+
.PP
125+
\fB\-\-request\-timeout\fP="0"
126+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
127+
124128
.PP
125129
\fB\-\-server\fP=""
126130
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-create-signer-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Create a self\-signed CA key/cert for signing certificates used by server compon
9191
\fB\-n\fP, \fB\-\-namespace\fP=""
9292
If present, the namespace scope for this CLI request
9393

94+
.PP
95+
\fB\-\-request\-timeout\fP="0"
96+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
97+
9498
.PP
9599
\fB\-\-server\fP=""
96100
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-decrypt.1

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Decrypt data encrypted with "oadm ca encrypt"
8383
\fB\-n\fP, \fB\-\-namespace\fP=""
8484
If present, the namespace scope for this CLI request
8585

86+
.PP
87+
\fB\-\-request\-timeout\fP="0"
88+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
89+
8690
.PP
8791
\fB\-\-server\fP=""
8892
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca-encrypt.1

+4
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Encrypt data with AES\-256\-CBC encryption
8787
\fB\-n\fP, \fB\-\-namespace\fP=""
8888
If present, the namespace scope for this CLI request
8989

90+
.PP
91+
\fB\-\-request\-timeout\fP="0"
92+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
93+
9094
.PP
9195
\fB\-\-server\fP=""
9296
The address and port of the Kubernetes API server

docs/man/man1/oadm-ca.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Manage certificates and keys
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-completion.1

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ completion of oadm commands.
7070
\fB\-n\fP, \fB\-\-namespace\fP=""
7171
If present, the namespace scope for this CLI request
7272

73+
.PP
74+
\fB\-\-request\-timeout\fP="0"
75+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
76+
7377
.PP
7478
\fB\-\-server\fP=""
7579
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-current-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Displays the current\-context
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-delete-cluster.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Delete the specified cluster from the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-delete-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Delete the specified context from the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-get-clusters.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Display clusters defined in the kubeconfig
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-get-contexts.1

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ Displays one or many contexts from the kubeconfig file.
8282
\fB\-n\fP, \fB\-\-namespace\fP=""
8383
If present, the namespace scope for this CLI request
8484

85+
.PP
86+
\fB\-\-request\-timeout\fP="0"
87+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
88+
8589
.PP
8690
\fB\-\-server\fP=""
8791
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set-cluster.1

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Specifying a name that already exists will merge new fields on top of existing v
8080
\fB\-n\fP, \fB\-\-namespace\fP=""
8181
If present, the namespace scope for this CLI request
8282

83+
.PP
84+
\fB\-\-request\-timeout\fP="0"
85+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
86+
8387
.PP
8488
\fB\-\-token\fP=""
8589
Bearer token for authentication to the API server

docs/man/man1/oadm-config-set-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ Specifying a name that already exists will merge new fields on top of existing v
7676
\fB\-\-match\-server\-version\fP=false
7777
Require server version to match client version
7878

79+
.PP
80+
\fB\-\-request\-timeout\fP="0"
81+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
82+
7983
.PP
8084
\fB\-\-server\fP=""
8185
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set-credentials.1

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ Bearer token and basic auth are mutually exclusive.
111111
\fB\-n\fP, \fB\-\-namespace\fP=""
112112
If present, the namespace scope for this CLI request
113113

114+
.PP
115+
\fB\-\-request\-timeout\fP="0"
116+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
117+
114118
.PP
115119
\fB\-\-server\fP=""
116120
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-set.1

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ PROPERTY\_VALUE is the new value you wish to set. Binary fields such as 'certifi
7777
\fB\-n\fP, \fB\-\-namespace\fP=""
7878
If present, the namespace scope for this CLI request
7979

80+
.PP
81+
\fB\-\-request\-timeout\fP="0"
82+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
83+
8084
.PP
8185
\fB\-\-server\fP=""
8286
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-unset.1

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ PROPERTY\_NAME is a dot delimited name where each token represents either an att
7070
\fB\-n\fP, \fB\-\-namespace\fP=""
7171
If present, the namespace scope for this CLI request
7272

73+
.PP
74+
\fB\-\-request\-timeout\fP="0"
75+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
76+
7377
.PP
7478
\fB\-\-server\fP=""
7579
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-use-context.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Sets the current\-context in a kubeconfig file
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-config-view.1

+4
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ You can use \-\-output jsonpath={...} to extract specific values using a jsonpat
122122
\fB\-n\fP, \fB\-\-namespace\fP=""
123123
If present, the namespace scope for this CLI request
124124

125+
.PP
126+
\fB\-\-request\-timeout\fP="0"
127+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
128+
125129
.PP
126130
\fB\-\-server\fP=""
127131
The address and port of the Kubernetes API server

docs/man/man1/oadm-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Reference:
8080
\fB\-n\fP, \fB\-\-namespace\fP=""
8181
If present, the namespace scope for this CLI request
8282

83+
.PP
84+
\fB\-\-request\-timeout\fP="0"
85+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
86+
8387
.PP
8488
\fB\-\-server\fP=""
8589
The address and port of the Kubernetes API server

docs/man/man1/oadm-cordon.1

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Mark node as unschedulable.
6969
\fB\-n\fP, \fB\-\-namespace\fP=""
7070
If present, the namespace scope for this CLI request
7171

72+
.PP
73+
\fB\-\-request\-timeout\fP="0"
74+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
75+
7276
.PP
7377
\fB\-\-server\fP=""
7478
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-api-client-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ master as the provided user.
113113
\fB\-n\fP, \fB\-\-namespace\fP=""
114114
If present, the namespace scope for this CLI request
115115

116+
.PP
117+
\fB\-\-request\-timeout\fP="0"
118+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
119+
116120
.PP
117121
\fB\-\-server\fP=""
118122
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-bootstrap-policy-file.1

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Create the default bootstrap policy
7979
\fB\-n\fP, \fB\-\-namespace\fP=""
8080
If present, the namespace scope for this CLI request
8181

82+
.PP
83+
\fB\-\-request\-timeout\fP="0"
84+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
85+
8286
.PP
8387
\fB\-\-server\fP=""
8488
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-bootstrap-project-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Create a bootstrap project template
107107
\fB\-n\fP, \fB\-\-namespace\fP=""
108108
If present, the namespace scope for this CLI request
109109

110+
.PP
111+
\fB\-\-request\-timeout\fP="0"
112+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
113+
110114
.PP
111115
\fB\-\-server\fP=""
112116
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-error-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ oauthConfig:
8989
\fB\-n\fP, \fB\-\-namespace\fP=""
9090
If present, the namespace scope for this CLI request
9191

92+
.PP
93+
\fB\-\-request\-timeout\fP="0"
94+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
95+
9296
.PP
9397
\fB\-\-server\fP=""
9498
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-key-pair.1

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ oadm create\-key\-pair \-\-public\-key=$CONFIG/serviceaccounts.public.key \-\-pr
9696
\fB\-n\fP, \fB\-\-namespace\fP=""
9797
If present, the namespace scope for this CLI request
9898

99+
.PP
100+
\fB\-\-request\-timeout\fP="0"
101+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
102+
99103
.PP
100104
\fB\-\-server\fP=""
101105
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-kubeconfig.1

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ users:
113113
\fB\-\-match\-server\-version\fP=false
114114
Require server version to match client version
115115

116+
.PP
117+
\fB\-\-request\-timeout\fP="0"
118+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
119+
116120
.PP
117121
\fB\-\-server\fP=""
118122
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-login-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ oauthConfig:
9090
\fB\-n\fP, \fB\-\-namespace\fP=""
9191
If present, the namespace scope for this CLI request
9292

93+
.PP
94+
\fB\-\-request\-timeout\fP="0"
95+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
96+
9397
.PP
9498
\fB\-\-server\fP=""
9599
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-master-certs.1

+4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ for certain configuration changes.
158158
\fB\-n\fP, \fB\-\-namespace\fP=""
159159
If present, the namespace scope for this CLI request
160160

161+
.PP
162+
\fB\-\-request\-timeout\fP="0"
163+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
164+
161165
.PP
162166
\fB\-\-server\fP=""
163167
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-node-config.1

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Create a configuration bundle for a node
145145
\fB\-n\fP, \fB\-\-namespace\fP=""
146146
If present, the namespace scope for this CLI request
147147

148+
.PP
149+
\fB\-\-request\-timeout\fP="0"
150+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
151+
148152
.PP
149153
\fB\-\-server\fP=""
150154
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-provider-selection-template.1

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ oauthConfig:
9090
\fB\-n\fP, \fB\-\-namespace\fP=""
9191
If present, the namespace scope for this CLI request
9292

93+
.PP
94+
\fB\-\-request\-timeout\fP="0"
95+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
96+
9397
.PP
9498
\fB\-\-server\fP=""
9599
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-server-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ cat cloudapps.crt cloudapps.key $CA/ca.crt > cloudapps.router.pem
121121
\fB\-n\fP, \fB\-\-namespace\fP=""
122122
If present, the namespace scope for this CLI request
123123

124+
.PP
125+
\fB\-\-request\-timeout\fP="0"
126+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
127+
124128
.PP
125129
\fB\-\-server\fP=""
126130
The address and port of the Kubernetes API server

docs/man/man1/oadm-create-signer-cert.1

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Create a self\-signed CA key/cert for signing certificates used by server compon
9191
\fB\-n\fP, \fB\-\-namespace\fP=""
9292
If present, the namespace scope for this CLI request
9393

94+
.PP
95+
\fB\-\-request\-timeout\fP="0"
96+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
97+
9498
.PP
9599
\fB\-\-server\fP=""
96100
The address and port of the Kubernetes API server

docs/man/man1/oadm-diagnostics.1

+4
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ AggregatedLogging AnalyzeLogs ClusterRegistry ClusterRoleBindings ClusterRoles C
163163
\fB\-n\fP, \fB\-\-namespace\fP=""
164164
If present, the namespace scope for this CLI request
165165

166+
.PP
167+
\fB\-\-request\-timeout\fP="0"
168+
The length of time to wait before giving up on a single server request. Non\-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
169+
166170
.PP
167171
\fB\-\-server\fP=""
168172
The address and port of the Kubernetes API server

0 commit comments

Comments
 (0)