mirror of https://github.com/k3s-io/k3s
28 lines
533 B
JSON
28 lines
533 B
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apiVersion": "",
|
|
"basePath": "https://10.10.10.10:6443",
|
|
"resourcePath": "/apis",
|
|
"apis": [
|
|
{
|
|
"path": "/apis",
|
|
"description": "get available API versions",
|
|
"operations": [
|
|
{
|
|
"type": "void",
|
|
"method": "GET",
|
|
"summary": "get available API versions",
|
|
"nickname": "getAPIVersions",
|
|
"parameters": [],
|
|
"produces": [
|
|
"application/json"
|
|
],
|
|
"consumes": [
|
|
"application/json"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"models": {}
|
|
} |