fix kubectl proxy output for ko (#18243)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0ef096e4cb
commit
fa7832c045
@@ -72,8 +72,15 @@ curl http://localhost:8080/api/
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"kind": "APIVersions",
|
||||||
"versions": [
|
"versions": [
|
||||||
"v1"
|
"v1"
|
||||||
|
],
|
||||||
|
"serverAddressByClientCIDRs": [
|
||||||
|
{
|
||||||
|
"clientCIDR": "0.0.0.0/0",
|
||||||
|
"serverAddress": "10.0.1.149:443"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user