mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Update kubectl service output.
This commit is contained in:
parent
731a4f78f2
commit
f3556be51d
@ -215,8 +215,10 @@ resources, a targeted field selector should be used in favor of client side
|
|||||||
filtering of related resources.
|
filtering of related resources.
|
||||||
|
|
||||||
* For fields that can be explicitly unset (booleans, integers, structs), the
|
* For fields that can be explicitly unset (booleans, integers, structs), the
|
||||||
output should say `<unset>`. Likewise, for arrays `<none>` should be used.
|
output should say `<unset>`. Likewise, for arrays `<none>` should be used; for
|
||||||
Lastly `<unknown>` should be used where unrecognized field type was specified.
|
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;
|
* 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
|
`-o name` may be used to just display TYPE/name, which may be used to specify
|
||||||
|
Loading…
Reference in New Issue
Block a user