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
1 changed files with 7 additions and 0 deletions

View File

@ -72,8 +72,15 @@ The output is similar to this:
```json ```json
{ {
"kind": "APIVersions",
"versions": [ "versions": [
"v1" "v1"
],
"serverAddressByClientCIDRs": [
{
"clientCIDR": "0.0.0.0/0",
"serverAddress": "10.0.1.149:443"
}
] ]
} }
``` ```