GET /api/v1/nodes/{name}/proxy+
diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 1f10e2a1cda..edeac65e81b 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -4748,6 +4748,426 @@ } ] }, + { + "path": "/api/v1/nodes/{name}/proxy", + "description": "API at /api/v1", + "operations": [ + { + "type": "string", + "method": "GET", + "summary": "connect GET requests to proxy of Node", + "nickname": "connectGetNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "POST", + "summary": "connect POST requests to proxy of Node", + "nickname": "connectPostNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "PUT", + "summary": "connect PUT requests to proxy of Node", + "nickname": "connectPutNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "DELETE", + "summary": "connect DELETE requests to proxy of Node", + "nickname": "connectDeleteNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "HEAD", + "summary": "connect HEAD requests to proxy of Node", + "nickname": "connectHeadNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "OPTIONS", + "summary": "connect OPTIONS requests to proxy of Node", + "nickname": "connectOptionsNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + } + ] + }, + { + "path": "/api/v1/nodes/{name}/proxy/{path}", + "description": "API at /api/v1", + "operations": [ + { + "type": "string", + "method": "GET", + "summary": "connect GET requests to proxy of Node", + "nickname": "connectGetNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "POST", + "summary": "connect POST requests to proxy of Node", + "nickname": "connectPostNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "PUT", + "summary": "connect PUT requests to proxy of Node", + "nickname": "connectPutNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "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", + "summary": "connect DELETE requests to proxy of Node", + "nickname": "connectDeleteNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "HEAD", + "summary": "connect HEAD requests to proxy of Node", + "nickname": "connectHeadNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, + { + "type": "string", + "method": "OPTIONS", + "summary": "connect OPTIONS requests to proxy of Node", + "nickname": "connectOptionsNamespacedNodeProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to node.", + "required": false, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "name", + "description": "name of the Node", + "required": true, + "allowMultiple": false + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + } + ] + }, { "path": "/api/v1/nodes/{name}/status", "description": "API at /api/v1", diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index a12d82b0ed4..a09910f227b 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -16883,6 +16883,878 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
GET /api/v1/nodes/{name}/proxy+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+PUT /api/v1/nodes/{name}/proxy+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+DELETE /api/v1/nodes/{name}/proxy+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+POST /api/v1/nodes/{name}/proxy+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+GET /api/v1/nodes/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+PUT /api/v1/nodes/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+DELETE /api/v1/nodes/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+POST /api/v1/nodes/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to node. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+/
-application/json
-application/yaml
-apiv1
-GET /api/v1/persistentvolumeclaims-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-GET /api/v1/persistentvolumes-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-DELETE /api/v1/persistentvolumes-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-POST /api/v1/persistentvolumes-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-GET /api/v1/persistentvolumes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-export |
-Should this value be exported. Export strips fields that a user can not specify. |
-false |
-boolean |
-- |
QueryParameter |
-exact |
-Should the export be exact. Exact export maintains cluster-specific fields like Namespace |
-false |
-boolean |
-- |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-PUT /api/v1/persistentvolumes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-DELETE /api/v1/persistentvolumes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-apiv1
-PATCH /api/v1/persistentvolumes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
application/json-patch+json
-application/merge-patch+json
-application/strategic-merge-patch+json
+/
PUT /api/v1/persistentvolumes/{name}/status+
GET /api/v1/persistentvolumeclaims
BodyParameter
body
true
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
PathParameter
name
name of the PersistentVolume
true
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
GET /api/v1/pods+
GET /api/v1/persistentvolumes
200
success
GET /api/v1/podtemplates+
DELETE /api/v1/persistentvolumes
200
success
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}+
POST /api/v1/persistentvolumes
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
PathParameter
name
name of the Pod
BodyParameter
body
true
string
default
200
success
string
/
+application/json
+application/yaml
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}+
GET /api/v1/persistentvolumes/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
false
boolean
QueryParameter
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace
false
boolean
PathParameter
name
name of the Pod
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}+
PUT /api/v1/persistentvolumes/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
BodyParameter
body
true
PathParameter
name
name of the Pod
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}+
DELETE /api/v1/persistentvolumes/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
BodyParameter
body
true
PathParameter
name
name of the Pod
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
PATCH /api/v1/persistentvolumes/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
BodyParameter
body
true
PathParameter
name
name of the Pod
true
string
PathParameter
path
path to the resource
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json-patch+json
+application/merge-patch+json
+application/strategic-merge-patch+json
/
+application/json
+application/yaml
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
PUT /api/v1/persistentvolumes/{name}/status
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
BodyParameter
body
true
PathParameter
name
name of the Pod
true
string
PathParameter
path
path to the resource
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
GET /api/v1/pods
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
PathParameter
name
name of the Pod
true
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
PathParameter
path
path to the resource
true
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
default
200
success
string
/
+application/json
+application/yaml
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
GET /api/v1/podtemplates
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
QueryParameter
pretty
If true, then the output is pretty printed.
false
string
PathParameter
name
name of the Pod
true
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
PathParameter
path
path to the resource
true
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
default
200
success
string
/
+application/json
+application/yaml
GET /api/v1/proxy/namespaces/{namespace}/services/{name}+
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the Service
name of the Pod
true
string
PUT /api/v1/proxy/namespaces/{namespace}/services/{name}+
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the Service
name of the Pod
true
string
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}+
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the Service
name of the Pod
true
string
POST /api/v1/proxy/namespaces/{namespace}/services/{name}+
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the Service
name of the Pod
true
string
GET /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
PUT /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
POST /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
GET /api/v1/proxy/nodes/{name}+
GET /api/v1/proxy/namespaces/{namespace}/services/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
PUT /api/v1/proxy/nodes/{name}+
PUT /api/v1/proxy/namespaces/{namespace}/services/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
DELETE /api/v1/proxy/nodes/{name}+
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
POST /api/v1/proxy/nodes/{name}+
POST /api/v1/proxy/namespaces/{namespace}/services/{name}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
GET /api/v1/proxy/nodes/{name}/{path}+
GET /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
PUT /api/v1/proxy/nodes/{name}/{path}+
PUT /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
DELETE /api/v1/proxy/nodes/{name}/{path}+
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
POST /api/v1/proxy/nodes/{name}/{path}+
POST /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Node
name of the Service
true
string
GET /api/v1/replicationcontrollers+
GET /api/v1/proxy/nodes/{name}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
+/
GET /api/v1/resourcequotas+
PUT /api/v1/proxy/nodes/{name}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
+/
GET /api/v1/secrets+
DELETE /api/v1/proxy/nodes/{name}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
+/
GET /api/v1/serviceaccounts+
POST /api/v1/proxy/nodes/{name}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
+/
GET /api/v1/services+
GET /api/v1/proxy/nodes/{name}/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
PathParameter
path
path to the resource
true
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
+/
GET /api/v1/watch/configmaps+
PUT /api/v1/proxy/nodes/{name}/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
PathParameter
path
path to the resource
true
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
+/
GET /api/v1/watch/endpoints+
DELETE /api/v1/proxy/nodes/{name}/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
PathParameter
path
path to the resource
true
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
+/
GET /api/v1/watch/events+
POST /api/v1/proxy/nodes/{name}/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
false
PathParameter
name
name of the Node
true
string
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
PathParameter
path
path to the resource
true
string
QueryParameter
fieldSelector
A selector to restrict the list of returned objects by their fields. Defaults to everything.
false
string
QueryParameter
watch
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
false
boolean
QueryParameter
resourceVersion
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
+/
GET /api/v1/watch/limitranges+
GET /api/v1/replicationcontrollers
200
success
application/json
application/yaml
+GET /api/v1/watch/namespaces+
GET /api/v1/resourcequotas
200
success
application/json
application/yaml
+GET /api/v1/watch/namespaces/{namespace}/configmaps+
GET /api/v1/secrets
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
200
success
application/json
application/yaml
+GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}+
GET /api/v1/serviceaccounts
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the ConfigMap
true
string
200
success
application/json
application/yaml
+GET /api/v1/watch/namespaces/{namespace}/endpoints+
GET /api/v1/services
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
200
success
application/json
application/yaml
+GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}+
GET /api/v1/watch/configmaps
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Endpoints
true
string
GET /api/v1/watch/namespaces/{namespace}/events+
GET /api/v1/watch/endpoints
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
GET /api/v1/watch/namespaces/{namespace}/events/{name}+
GET /api/v1/watch/events
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Event
true
string
GET /api/v1/watch/namespaces/{namespace}/limitranges+
GET /api/v1/watch/limitranges
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}+
GET /api/v1/watch/namespaces
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the LimitRange
true
string
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims+
GET /api/v1/watch/namespaces/{namespace}/configmaps
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}+
GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}
PathParameter
name
name of the PersistentVolumeClaim
name of the ConfigMap
true
string
GET /api/v1/watch/namespaces/{namespace}/pods+
GET /api/v1/watch/namespaces/{namespace}/endpoints
GET /api/v1/watch/namespaces/{namespace}/pods/{name}+
GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}
PathParameter
name
name of the Pod
name of the Endpoints
true
string
GET /api/v1/watch/namespaces/{namespace}/podtemplates+
GET /api/v1/watch/namespaces/{namespace}/events
GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}+
GET /api/v1/watch/namespaces/{namespace}/events/{name}
PathParameter
name
name of the PodTemplate
name of the Event
true
string
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers+
GET /api/v1/watch/namespaces/{namespace}/limitranges
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}+
GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}
PathParameter
name
name of the ReplicationController
name of the LimitRange
true
string
GET /api/v1/watch/namespaces/{namespace}/resourcequotas+
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims
GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}+
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}
PathParameter
name
name of the ResourceQuota
name of the PersistentVolumeClaim
true
string
GET /api/v1/watch/namespaces/{namespace}/secrets+
GET /api/v1/watch/namespaces/{namespace}/pods
GET /api/v1/watch/namespaces/{namespace}/secrets/{name}+
GET /api/v1/watch/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the Secret
name of the Pod
true
string
GET /api/v1/watch/namespaces/{namespace}/serviceaccounts+
GET /api/v1/watch/namespaces/{namespace}/podtemplates
GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}+
GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}
PathParameter
name
name of the ServiceAccount
name of the PodTemplate
true
string
GET /api/v1/watch/namespaces/{namespace}/services+
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the ReplicationController |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/resourcequotas+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the ResourceQuota |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/secrets+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/secrets/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Secret |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/serviceaccounts+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the ServiceAccount |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/namespaces/{namespace}/services+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/nodes-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/nodes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
PathParameter |
-name |
-name of the Node |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/persistentvolumeclaims-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/persistentvolumes-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/persistentvolumes/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/pods-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/podtemplates-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-apiv1
-GET /api/v1/watch/replicationcontrollers-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
QueryParameter |
-labelSelector |
-A selector to restrict the list of returned objects by their labels. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-fieldSelector |
-A selector to restrict the list of returned objects by their fields. Defaults to everything. |
-false |
-string |
-- |
QueryParameter |
-watch |
-Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
-false |
-boolean |
-- |
QueryParameter |
-resourceVersion |
-When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
GET /api/v1/watch/resourcequotas+
GET /api/v1/watch/nodes
GET /api/v1/watch/secrets+
GET /api/v1/watch/nodes/{name}
integer (int32)
PathParameter
name
name of the Node
true
string
GET /api/v1/watch/serviceaccounts+
GET /api/v1/watch/persistentvolumeclaims
GET /api/v1/watch/services+
GET /api/v1/watch/persistentvolumes
GET /api/v1/watch/persistentvolumes/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
PathParameter |
+name |
+name of the PersistentVolume |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/pods+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/podtemplates+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/replicationcontrollers+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/resourcequotas+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/secrets+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/serviceaccounts+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+GET /api/v1/watch/services+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
QueryParameter |
+labelSelector |
+A selector to restrict the list of returned objects by their labels. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+fieldSelector |
+A selector to restrict the list of returned objects by their fields. Defaults to everything. |
+false |
+string |
++ |
QueryParameter |
+watch |
+Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
+false |
+boolean |
++ |
QueryParameter |
+resourceVersion |
+When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+apiv1
+