fix kubectl proxy output for ko (#18243)

This commit is contained in:
xieyanker
2020-01-01 14:19:40 +08:00
committed by Kubernetes Prow Robot
parent 0ef096e4cb
commit fa7832c045
@@ -72,8 +72,15 @@ curl http://localhost:8080/api/
```json
{
"kind": "APIVersions",
"versions": [
"v1"
],
"serverAddressByClientCIDRs": [
{
"clientCIDR": "0.0.0.0/0",
"serverAddress": "10.0.1.149:443"
}
]
}
```