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