mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Support PATCH operation in root proxy
This commit is contained in:
@@ -9717,6 +9717,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Pod",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNamespacedPod",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
@@ -9899,6 +9926,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Pod",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNamespacedPodWithPath",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
@@ -10089,6 +10143,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Service",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNamespacedService",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
@@ -10271,6 +10352,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Service",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNamespacedServiceWithPath",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
@@ -10461,6 +10569,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Node",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNode",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
@@ -10635,6 +10770,33 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"patch": {
|
||||
"description": "proxy PATCH requests to Node",
|
||||
"consumes": [
|
||||
"*/*"
|
||||
],
|
||||
"produces": [
|
||||
"*/*"
|
||||
],
|
||||
"schemes": [
|
||||
"https"
|
||||
],
|
||||
"tags": [
|
||||
"core_v1"
|
||||
],
|
||||
"operationId": "proxyCoreV1PATCHNodeWithPath",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"401": {
|
||||
"description": "Unauthorized"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": [
|
||||
{
|
||||
"uniqueItems": true,
|
||||
|
Reference in New Issue
Block a user