mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Merge pull request #17990 from nikhiljindal/updateGoRestful
Updating go restful
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user