"summary":"connect PATCH requests to proxy of Service",
"nickname":"connectPatchNamespacedServiceProxy",
"parameters":[
{
"type":"string",
"paramType":"query",
"name":"path",
"description":"Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"name",
"description":"name of the Service",
"required":true,
"allowMultiple":false
}
],
"produces":[
"*/*"
],
"consumes":[
"*/*"
]
},
{
"type":"string",
"method":"DELETE",
"method":"DELETE",
"summary":"connect DELETE requests to proxy of Service",
"summary":"connect DELETE requests to proxy of Service",
"nickname":"connectDeleteNamespacedServiceProxy",
"nickname":"connectDeleteNamespacedServiceProxy",
...
@@ -16168,6 +16358,52 @@
...
@@ -16168,6 +16358,52 @@
},
},
{
{
"type":"string",
"type":"string",
"method":"PATCH",
"summary":"connect PATCH requests to proxy of Service",
"description":"Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.",
"required":false,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"namespace",
"description":"object name and auth scope, such as for teams and projects",
"required":true,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"name",
"description":"name of the Service",
"required":true,
"allowMultiple":false
},
{
"type":"string",
"paramType":"path",
"name":"path",
"description":"path to the resource",
"required":true,
"allowMultiple":false
}
],
"produces":[
"*/*"
],
"consumes":[
"*/*"
]
},
{
"type":"string",
"method":"DELETE",
"method":"DELETE",
"summary":"connect DELETE requests to proxy of Service",
"summary":"connect DELETE requests to proxy of Service",