From f3556be51d0cffca8223654454aa3cc11a731564 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Sat, 14 May 2016 11:10:29 +0800 Subject: [PATCH] Update kubectl service output. --- docs/devel/kubectl-conventions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/devel/kubectl-conventions.md b/docs/devel/kubectl-conventions.md index 2833ed37095..23a73f1111d 100644 --- a/docs/devel/kubectl-conventions.md +++ b/docs/devel/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 ``. Likewise, for arrays `` should be used. -Lastly `` should be used where unrecognized field type was specified. +output should say ``. Likewise, for arrays `` should be used; for +external IP, `` should be used; for load balancer, `` should be +used. Lastly `` 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