Skip to content

Commit d186f3f

Browse files
author
OpenShift Bot
authored
Merge pull request #9448 from juanvallejo/jvallejo_gen-man-pages
Merged by openshift-bot
2 parents 9e4f68f + 9dcde10 commit d186f3f

File tree

608 files changed

+88761
-4
lines changed

Some content is hidden

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

608 files changed

+88761
-4
lines changed

Godeps/_workspace/src/k8s.io/kubernetes/cmd/genutils/genutils.go

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/k8s.io/kubernetes/cmd/genutils/genutils_test.go

+42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/oadm/.files_generated

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
oadm-build-chain.1
2+
oadm-ca-create-key-pair.1
3+
oadm-ca-create-master-certs.1
4+
oadm-ca-create-server-cert.1
5+
oadm-ca-create-signer-cert.1
6+
oadm-ca-decrypt.1
7+
oadm-ca-encrypt.1
8+
oadm-ca.1
9+
oadm-completion.1
10+
oadm-config-current-context.1
11+
oadm-config-set-cluster.1
12+
oadm-config-set-context.1
13+
oadm-config-set-credentials.1
14+
oadm-config-set.1
15+
oadm-config-unset.1
16+
oadm-config-use-context.1
17+
oadm-config-view.1
18+
oadm-config.1
19+
oadm-create-api-client-config.1
20+
oadm-create-bootstrap-policy-file.1
21+
oadm-create-bootstrap-project-template.1
22+
oadm-create-error-template.1
23+
oadm-create-key-pair.1
24+
oadm-create-kubeconfig.1
25+
oadm-create-login-template.1
26+
oadm-create-master-certs.1
27+
oadm-create-node-config.1
28+
oadm-create-provider-selection-template.1
29+
oadm-create-server-cert.1
30+
oadm-create-signer-cert.1
31+
oadm-diagnostics.1
32+
oadm-groups-add-users.1
33+
oadm-groups-new.1
34+
oadm-groups-prune.1
35+
oadm-groups-remove-users.1
36+
oadm-groups-sync.1
37+
oadm-groups.1
38+
oadm-ipfailover.1
39+
oadm-manage-node.1
40+
oadm-new-project.1
41+
oadm-options.1
42+
oadm-overwrite-policy.1
43+
oadm-pod-network-join-projects.1
44+
oadm-pod-network-make-projects-global.1
45+
oadm-pod-network.1
46+
oadm-policy-add-cluster-role-to-group.1
47+
oadm-policy-add-cluster-role-to-user.1
48+
oadm-policy-add-role-to-group.1
49+
oadm-policy-add-role-to-user.1
50+
oadm-policy-add-scc-to-group.1
51+
oadm-policy-add-scc-to-user.1
52+
oadm-policy-reconcile-cluster-role-bindings.1
53+
oadm-policy-reconcile-cluster-roles.1
54+
oadm-policy-reconcile-sccs.1
55+
oadm-policy-remove-cluster-role-from-group.1
56+
oadm-policy-remove-cluster-role-from-user.1
57+
oadm-policy-remove-group.1
58+
oadm-policy-remove-role-from-group.1
59+
oadm-policy-remove-role-from-user.1
60+
oadm-policy-remove-scc-from-group.1
61+
oadm-policy-remove-scc-from-user.1
62+
oadm-policy-remove-user.1
63+
oadm-policy-who-can.1
64+
oadm-policy.1
65+
oadm-prune-builds.1
66+
oadm-prune-deployments.1
67+
oadm-prune-groups.1
68+
oadm-prune-images.1
69+
oadm-prune.1
70+
oadm-registry.1
71+
oadm-router.1
72+
oadm-version.1
73+
oadm.1

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

+133
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
.TH "OADM" "1" " Openshift CLI User Manuals" "Openshift" "June 2016" ""
2+
3+
4+
.SH NAME
5+
.PP
6+
oadm build\-chain \- Output the inputs and dependencies of your builds
7+
8+
9+
.SH SYNOPSIS
10+
.PP
11+
\fBoadm build\-chain\fP [OPTIONS]
12+
13+
14+
.SH DESCRIPTION
15+
.PP
16+
Output the inputs and dependencies of your builds
17+
18+
.PP
19+
Supported formats for the generated graph are dot and a human\-readable output.
20+
Tag and namespace are optional and if they are not specified, 'latest' and the
21+
default namespace will be used respectively.
22+
23+
24+
.SH OPTIONS
25+
.PP
26+
\fB\-\-all\fP=false
27+
Build dependency tree for the specified image stream tag across all namespaces
28+
29+
.PP
30+
\fB\-o\fP, \fB\-\-output\fP=""
31+
Output format of dependency tree
32+
33+
.PP
34+
\fB\-\-reverse\fP=false
35+
If true, show the istags dependencies instead of its dependants.
36+
37+
.PP
38+
\fB\-\-trigger\-only\fP=true
39+
If true, only include dependencies based on build triggers. If false, include all dependencies.
40+
41+
42+
.SH OPTIONS INHERITED FROM PARENT COMMANDS
43+
.PP
44+
\fB\-\-api\-version\fP=""
45+
DEPRECATED: The API version to use when talking to the server
46+
47+
.PP
48+
\fB\-\-as\fP=""
49+
Username to impersonate for the operation.
50+
51+
.PP
52+
\fB\-\-certificate\-authority\fP=""
53+
Path to a cert. file for the certificate authority.
54+
55+
.PP
56+
\fB\-\-client\-certificate\fP=""
57+
Path to a client certificate file for TLS.
58+
59+
.PP
60+
\fB\-\-client\-key\fP=""
61+
Path to a client key file for TLS.
62+
63+
.PP
64+
\fB\-\-cluster\fP=""
65+
The name of the kubeconfig cluster to use
66+
67+
.PP
68+
\fB\-\-config\fP=""
69+
Path to the config file to use for CLI requests.
70+
71+
.PP
72+
\fB\-\-context\fP=""
73+
The name of the kubeconfig context to use
74+
75+
.PP
76+
\fB\-\-google\-json\-key\fP=""
77+
The Google Cloud Platform Service Account JSON Key to use for authentication.
78+
79+
.PP
80+
\fB\-\-insecure\-skip\-tls\-verify\fP=false
81+
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure.
82+
83+
.PP
84+
\fB\-\-log\-flush\-frequency\fP=0
85+
Maximum number of seconds between log flushes
86+
87+
.PP
88+
\fB\-\-match\-server\-version\fP=false
89+
Require server version to match client version
90+
91+
.PP
92+
\fB\-n\fP, \fB\-\-namespace\fP=""
93+
If present, the namespace scope for this CLI request.
94+
95+
.PP
96+
\fB\-\-server\fP=""
97+
The address and port of the Kubernetes API server
98+
99+
.PP
100+
\fB\-\-token\fP=""
101+
Bearer token for authentication to the API server.
102+
103+
.PP
104+
\fB\-\-user\fP=""
105+
The name of the kubeconfig user to use
106+
107+
108+
.SH EXAMPLE
109+
.PP
110+
.RS
111+
112+
.nf
113+
# Build the dependency tree for the 'latest' tag in <image\-stream>
114+
oadm build\-chain <image\-stream>
115+
116+
# Build the dependency tree for 'v2' tag in dot format and visualize it via the dot utility
117+
oadm build\-chain <image\-stream>:v2 \-o dot | dot \-T svg \-o deps.svg
118+
119+
# Build the dependency tree across all namespaces for the specified image stream tag found in 'test' namespace
120+
oadm build\-chain <image\-stream> \-n test \-\-all
121+
122+
.fi
123+
.RE
124+
125+
126+
.SH SEE ALSO
127+
.PP
128+
\fBoadm(1)\fP,
129+
130+
131+
.SH HISTORY
132+
.PP
133+
June 2016, Ported from the Kubernetes man\-doc generator

0 commit comments

Comments
 (0)