summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-merge-robot <k8s.production.user@gmail.com>2016-05-17 01:55:59 -0700
committerk8s-merge-robot <k8s.production.user@gmail.com>2016-05-17 01:55:59 -0700
commit2f8d5bf5e5be344c226bf7d9bbee5b6e39626262 (patch)
tree895dd6da256dfd47e4106355d402d0061f4a3ada
parentf11086ed30e2d7db46de6e3cd7017b02ee366849 (diff)
parentf6cab74b41cf2d0c06850ca7a3e0b4e20fcca7ce (diff)
Merge pull request #25576 from k82/k8s-24411-doc
Automatic merge from submit-queue Update document for kubectl service output. Fix for #24411, Update document for kubectl service output
-rw-r--r--kubectl-conventions.md6
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