Skip to main content

connectCoreV1DeleteNamespacedServiceProxyWithPath

connect DELETE requests to proxy of Service

DELETE/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697

Request

Path Parameters
name string
required

name of the ServiceProxyOptions

namespace string
required

object name and auth scope, such as for teams and projects

path string
required

path to the resource

Query Parameters
path string
optional

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.

Responses

*/* string

OK

Response body string

Unauthorized