mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Updating swagger spec
This commit is contained in:
parent
d25ec60a7f
commit
b915375f06
@ -3168,7 +3168,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/api/v1/proxy/nodes/{name}/{path:*}",
|
||||
"path": "/api/v1/proxy/nodes/{name}/{path}",
|
||||
"description": "API at /api/v1",
|
||||
"operations": [
|
||||
{
|
||||
@ -5281,7 +5281,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path:*}",
|
||||
"path": "/api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}",
|
||||
"description": "API at /api/v1",
|
||||
"operations": [
|
||||
{
|
||||
@ -6633,7 +6633,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path:*}",
|
||||
"path": "/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}",
|
||||
"description": "API at /api/v1",
|
||||
"operations": [
|
||||
{
|
||||
@ -10918,7 +10918,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path:*}",
|
||||
"path": "/api/v1/proxy/namespaces/{namespace}/services/{name}/{path}",
|
||||
"description": "API at /api/v1",
|
||||
"operations": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user