mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Updating swagger spec by running hack/update-swagger-spec.sh
This commit is contained in:
parent
754a2a8305
commit
339341ea97
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"swaggerVersion": "1.2",
|
"swaggerVersion": "1.2",
|
||||||
"apiVersion": "",
|
"apiVersion": "",
|
||||||
"basePath": "127.0.0.1:8050",
|
"basePath": "127.0.0.1:6443",
|
||||||
"resourcePath": "/api",
|
"resourcePath": "/api",
|
||||||
"apis": [
|
"apis": [
|
||||||
{
|
{
|
||||||
"path": "/api",
|
"path": "/api",
|
||||||
"description": "get available api versions",
|
"description": "get available API versions",
|
||||||
"operations": [
|
"operations": [
|
||||||
{
|
{
|
||||||
"type": "void",
|
"type": "void",
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"summary": "get available api versions",
|
"summary": "get available API versions",
|
||||||
"nickname": "getApiVersions",
|
"nickname": "getAPIVersions",
|
||||||
"parameters": [],
|
"parameters": [],
|
||||||
"produces": [
|
"produces": [
|
||||||
"application/json"
|
"application/json"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/api",
|
"path": "/api",
|
||||||
"description": "get available api versions"
|
"description": "get available API versions"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "/version",
|
"path": "/version",
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"swaggerVersion": "1.2",
|
"swaggerVersion": "1.2",
|
||||||
"apiVersion": "",
|
"apiVersion": "",
|
||||||
"basePath": "127.0.0.1:8050",
|
"basePath": "127.0.0.1:6443",
|
||||||
"resourcePath": "/version",
|
"resourcePath": "/version",
|
||||||
"apis": [
|
"apis": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user