mirror of https://github.com/k3s-io/k3s
50 lines
1000 B
JSON
50 lines
1000 B
JSON
{
|
|
"swaggerVersion": "1.2",
|
|
"apis": [
|
|
{
|
|
"path": "/apis",
|
|
"description": "get available API versions"
|
|
},
|
|
{
|
|
"path": "/version",
|
|
"description": "git code version from which this is built"
|
|
},
|
|
{
|
|
"path": "/api/v1",
|
|
"description": "API at /api/v1"
|
|
},
|
|
{
|
|
"path": "/api",
|
|
"description": "get available API versions"
|
|
},
|
|
{
|
|
"path": "/apis/extensions/v1beta1",
|
|
"description": "API at /apis/extensions/v1beta1"
|
|
},
|
|
{
|
|
"path": "/apis/extensions",
|
|
"description": "get information of a group"
|
|
},
|
|
{
|
|
"path": "/apis/autoscaling/v1",
|
|
"description": "API at /apis/autoscaling/v1"
|
|
},
|
|
{
|
|
"path": "/apis/autoscaling",
|
|
"description": "get information of a group"
|
|
},
|
|
{
|
|
"path": "/apis/batch/v1",
|
|
"description": "API at /apis/batch/v1"
|
|
},
|
|
{
|
|
"path": "/apis/batch",
|
|
"description": "get information of a group"
|
|
}
|
|
],
|
|
"apiVersion": "",
|
|
"info": {
|
|
"title": "",
|
|
"description": ""
|
|
}
|
|
} |