mirror of https://github.com/kubernetes/kops.git
Add example for describe secret
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
This commit is contained in:
parent
1f93f9e645
commit
deb90e4ea4
|
|
@ -38,9 +38,9 @@ var (
|
||||||
Get additional information about cluster secrets.
|
Get additional information about cluster secrets.
|
||||||
`))
|
`))
|
||||||
|
|
||||||
// TODO: what is an example??
|
|
||||||
describeSecretExample = templates.Examples(i18n.T(`
|
describeSecretExample = templates.Examples(i18n.T(`
|
||||||
|
# Describe a secret
|
||||||
|
kops describe secrets admin
|
||||||
`))
|
`))
|
||||||
describeSecretShort = i18n.T(`Describe a cluster secret`)
|
describeSecretShort = i18n.T(`Describe a cluster secret`)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@ kops describe secrets [flags]
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Describe a secret
|
||||||
|
kops describe secrets admin
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue