mirror of https://github.com/k3s-io/k3s
31 lines
586 B
JSON
31 lines
586 B
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apis": [
|
|
{
|
|
"path": "/api",
|
|
"description": "get available API versions"
|
|
},
|
|
{
|
|
"path": "/api/v1beta1",
|
|
"description": "API at /api/v1beta1 version v1beta1"
|
|
},
|
|
{
|
|
"path": "/api/v1beta2",
|
|
"description": "API at /api/v1beta2 version v1beta2"
|
|
},
|
|
{
|
|
"path": "/api/v1beta3",
|
|
"description": "API at /api/v1beta3 version v1beta3"
|
|
},
|
|
{
|
|
"path": "/version",
|
|
"description": "git code version from which this is built"
|
|
}
|
|
],
|
|
"apiVersion": "",
|
|
"info": {
|
|
"title": "",
|
|
"description": ""
|
|
}
|
|
}
|