mirror of https://github.com/k3s-io/k3s
28 lines
548 B
JSON
28 lines
548 B
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apiVersion": "",
|
|
"basePath": "https://10.10.10.10:6443",
|
|
"resourcePath": "/version",
|
|
"apis": [
|
|
{
|
|
"path": "/version",
|
|
"description": "git code version from which this is built",
|
|
"operations": [
|
|
{
|
|
"type": "void",
|
|
"method": "GET",
|
|
"summary": "get the code version",
|
|
"nickname": "getCodeVersion",
|
|
"parameters": [],
|
|
"produces": [
|
|
"application/json"
|
|
],
|
|
"consumes": [
|
|
"application/json"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"models": {}
|
|
} |