diff options
| author | Klaus Ma <klaus1982.cn@gmail.com> | 2016-05-14 11:10:29 +0800 |
|---|---|---|
| committer | Klaus Ma <klaus1982.cn@gmail.com> | 2016-05-14 11:10:29 +0800 |
| commit | f6cab74b41cf2d0c06850ca7a3e0b4e20fcca7ce (patch) | |
| tree | dade02b18dedb63516d1a6ecc08240a3a8c023e3 | |
| parent | b2bfe549a34be0ae48fb7360c9431b03201afc5d (diff) | |
Update kubectl service output.
| -rw-r--r-- | kubectl-conventions.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kubectl-conventions.md b/kubectl-conventions.md index 2833ed37..23a73f11 100644 --- a/kubectl-conventions.md +++ b/kubectl-conventions.md @@ -215,8 +215,10 @@ resources, a targeted field selector should be used in favor of client side filtering of related resources. * For fields that can be explicitly unset (booleans, integers, structs), the -output should say `<unset>`. Likewise, for arrays `<none>` should be used. -Lastly `<unknown>` should be used where unrecognized field type was specified. +output should say `<unset>`. Likewise, for arrays `<none>` should be used; for +external IP, `<nodes>` should be used; for load balancer, `<pending>` should be +used. Lastly `<unknown>` should be used where unrecognized field type was +specified. * Mutations should output TYPE/name verbed by default, where TYPE is singular; `-o name` may be used to just display TYPE/name, which may be used to specify |
