kubernetes/api/discovery/api.json

13 lines
184 B
JSON
Raw Normal View History

2023-05-13 11:51:52 -04:00
{
"kind": "APIVersions",
"serverAddressByClientCIDRs": [
{
"clientCIDR": "0.0.0.0/0",
"serverAddress": "10.10.10.10:8050"
}
],
"versions": [
"v1"
]
}