fix kubectl proxy output for en (#18242)

This commit is contained in:
xieyanker
2020-01-01 02:03:40 +08:00
committed by Kubernetes Prow Robot
parent 83d90efdd9
commit 0ef096e4cb
@@ -72,8 +72,15 @@ The output is similar to this:
```json
{
"kind": "APIVersions",
"versions": [
"v1"
],
"serverAddressByClientCIDRs": [
{
"clientCIDR": "0.0.0.0/0",
"serverAddress": "10.0.1.149:443"
}
]
}
```