Skip to content

Commit e0f7c41

Browse files
committed
diagnostics: enable per-diagnostic parameters
Adds the ability to specify parameters for individual diagnostics on the command line (without proliferating flags). Addresses #14640
1 parent 1c24d18 commit e0f7c41

File tree

76 files changed

+3226
-400
lines changed

Some content is hidden

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

76 files changed

+3226
-400
lines changed

contrib/completions/bash/oc

Lines changed: 1209 additions & 14 deletions
Large diffs are not rendered by default.

contrib/completions/zsh/oc

Lines changed: 1209 additions & 14 deletions
Large diffs are not rendered by default.

docs/man/man1/.files_generated_oc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ oc-adm-create-node-config.1
3737
oc-adm-create-provider-selection-template.1
3838
oc-adm-create-server-cert.1
3939
oc-adm-create-signer-cert.1
40+
oc-adm-diagnostics-AggregatedLogging.1
41+
oc-adm-diagnostics-AnalyzeLogs.1
42+
oc-adm-diagnostics-ClusterRegistry.1
43+
oc-adm-diagnostics-ClusterRoleBindings.1
44+
oc-adm-diagnostics-ClusterRoles.1
45+
oc-adm-diagnostics-ClusterRouter.1
46+
oc-adm-diagnostics-ConfigContexts.1
47+
oc-adm-diagnostics-DiagnosticPod.1
48+
oc-adm-diagnostics-EtcdWriteVolume.1
49+
oc-adm-diagnostics-MasterConfigCheck.1
50+
oc-adm-diagnostics-MasterNode.1
51+
oc-adm-diagnostics-MetricsApiProxy.1
52+
oc-adm-diagnostics-NetworkCheck.1
53+
oc-adm-diagnostics-NodeConfigCheck.1
54+
oc-adm-diagnostics-NodeDefinitions.1
55+
oc-adm-diagnostics-RouteCertificateValidation.1
56+
oc-adm-diagnostics-ServiceExternalIPs.1
57+
oc-adm-diagnostics-UnitStatus.1
58+
oc-adm-diagnostics-all.1
4059
oc-adm-diagnostics.1
4160
oc-adm-drain.1
4261
oc-adm-groups-add-users.1
@@ -171,6 +190,25 @@ oc-env.1
171190
oc-ex-build-chain.1
172191
oc-ex-config-patch.1
173192
oc-ex-config.1
193+
oc-ex-diagnostics-AggregatedLogging.1
194+
oc-ex-diagnostics-AnalyzeLogs.1
195+
oc-ex-diagnostics-ClusterRegistry.1
196+
oc-ex-diagnostics-ClusterRoleBindings.1
197+
oc-ex-diagnostics-ClusterRoles.1
198+
oc-ex-diagnostics-ClusterRouter.1
199+
oc-ex-diagnostics-ConfigContexts.1
200+
oc-ex-diagnostics-DiagnosticPod.1
201+
oc-ex-diagnostics-EtcdWriteVolume.1
202+
oc-ex-diagnostics-MasterConfigCheck.1
203+
oc-ex-diagnostics-MasterNode.1
204+
oc-ex-diagnostics-MetricsApiProxy.1
205+
oc-ex-diagnostics-NetworkCheck.1
206+
oc-ex-diagnostics-NodeConfigCheck.1
207+
oc-ex-diagnostics-NodeDefinitions.1
208+
oc-ex-diagnostics-RouteCertificateValidation.1
209+
oc-ex-diagnostics-ServiceExternalIPs.1
210+
oc-ex-diagnostics-UnitStatus.1
211+
oc-ex-diagnostics-all.1
174212
oc-ex-diagnostics.1
175213
oc-ex-dockergc.1
176214
oc-ex-ipfailover.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This file is autogenerated, but we've stopped checking such files into the
2+
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
3+
populate this file.

0 commit comments

Comments
 (0)