GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index ef7580294a0..ea32bb968a4 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -4013,6 +4013,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNamespacedPodProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, @@ -4202,6 +4229,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Pod", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNamespacedPodProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, @@ -7270,6 +7324,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNamespacedServiceProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, @@ -7459,6 +7540,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Service", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNamespacedServiceProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, @@ -8570,6 +8678,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNodeProxy", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, @@ -8751,6 +8886,33 @@ } } }, + "patch": { + "description": "connect PATCH requests to proxy of Node", + "consumes": [ + "*/*" + ], + "produces": [ + "*/*" + ], + "schemes": [ + "https" + ], + "tags": [ + "core_v1" + ], + "operationId": "connectCoreV1PatchNodeProxyWithPath", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "401": { + "description": "Unauthorized" + } + } + }, "parameters": [ { "uniqueItems": true, diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 3767b3294e8..1e8e8e3849c 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -5267,6 +5267,36 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "summary": "connect PATCH requests to proxy of Node", + "nickname": "connectPatchNodeProxy", + "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", @@ -5477,6 +5507,44 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "summary": "connect PATCH requests to proxy of Node", + "nickname": "connectPatchNodeProxyWithPath", + "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", @@ -9477,6 +9545,44 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "summary": "connect PATCH requests to proxy of Pod", + "nickname": "connectPatchNamespacedPodProxy", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to pod.", + "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 Pod", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, { "type": "string", "method": "DELETE", @@ -9735,6 +9841,52 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "summary": "connect PATCH requests to proxy of Pod", + "nickname": "connectPatchNamespacedPodProxyWithPath", + "parameters": [ + { + "type": "string", + "paramType": "query", + "name": "path", + "description": "Path is the URL path to use for the current proxy request to pod.", + "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 Pod", + "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", @@ -15908,6 +16060,44 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "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", @@ -16166,6 +16356,52 @@ "*/*" ] }, + { + "type": "string", + "method": "PATCH", + "summary": "connect PATCH requests to proxy of Service", + "nickname": "connectPatchNamespacedServiceProxyWithPath", + "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 + }, + { + "type": "string", + "paramType": "path", + "name": "path", + "description": "path to the resource", + "required": true, + "allowMultiple": false + } + ], + "produces": [ + "*/*" + ], + "consumes": [ + "*/*" + ] + }, { "type": "string", "method": "DELETE", diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index 7bc7c40e6bb..e5465dc2369 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -9744,10 +9744,10 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy
string
PathParameter
path
path to the resource
true
string
PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}
POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to pod. |
+false |
+string |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Pod |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+path |
+Path is the URL path to use for the current proxy request to pod. |
+false |
+string |
++ |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Pod |
+true |
+string |
++ |
PathParameter |
+path |
+path to the resource |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
default |
+success |
+string |
+
/
+/
+apiv1
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-DELETE /api/v1/namespaces/{namespace}/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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 |
-- |
/
-POST /api/v1/namespaces/{namespace}/podtemplates+
GET /api/v1/namespaces/{namespace}/podtemplates
BodyParameter
body
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+GET /api/v1/namespaces/{namespace}/podtemplates/{name}+
DELETE /api/v1/namespaces/{namespace}/podtemplates
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
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
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
boolean
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
string
PathParameter
name
name of the PodTemplate
true
string
200
success
PUT /api/v1/namespaces/{namespace}/podtemplates/{name}+
POST /api/v1/namespaces/{namespace}/podtemplates
string
PathParameter
name
name of the PodTemplate
true
string
GET /api/v1/namespaces/{namespace}/podtemplates/{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 |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the PodTemplate |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/podtemplates/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the PodTemplate |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-DELETE /api/v1/namespaces/{namespace}/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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 |
-- |
/
-POST /api/v1/namespaces/{namespace}/replicationcontrollers+
GET /api/v1/namespaces/{namespace}/replicationcontrollers
BodyParameter
body
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}+
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
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
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
boolean
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
string
PathParameter
name
name of the ReplicationController
true
string
200
success
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}+
POST /api/v1/namespaces/{namespace}/replicationcontrollers
string
PathParameter
name
name of the ReplicationController
true
string
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{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 |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the Scale |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the Scale |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale+
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
BodyParameter
body
true
PathParameter
namespace
object name and auth scope, such as for teams and projects
application/json-patch+json
-application/merge-patch+json
-application/strategic-merge-patch+json
+/
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Scale |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Scale |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
application/json-patch+json
+application/merge-patch+json
+application/strategic-merge-patch+json
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-DELETE /api/v1/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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 |
-- |
/
-POST /api/v1/namespaces/{namespace}/resourcequotas+
GET /api/v1/namespaces/{namespace}/resourcequotas
BodyParameter
body
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+GET /api/v1/namespaces/{namespace}/resourcequotas/{name}+
DELETE /api/v1/namespaces/{namespace}/resourcequotas
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
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
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
boolean
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
string
PathParameter
name
name of the ResourceQuota
true
string
200
success
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}+
POST /api/v1/namespaces/{namespace}/resourcequotas
string
PathParameter
name
name of the ResourceQuota
true
string
GET /api/v1/namespaces/{namespace}/resourcequotas/{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 |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
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-patch+json
-application/merge-patch+json
-application/strategic-merge-patch+json
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the ResourceQuota |
-true |
-string |
-- |
200
success
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status+
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}
body
true
/
+application/json-patch+json
+application/merge-patch+json
+application/strategic-merge-patch+json
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-DELETE /api/v1/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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 |
-- |
/
-POST /api/v1/namespaces/{namespace}/secrets+
GET /api/v1/namespaces/{namespace}/secrets
BodyParameter
body
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+GET /api/v1/namespaces/{namespace}/secrets/{name}+
DELETE /api/v1/namespaces/{namespace}/secrets
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
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
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
boolean
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
string
PathParameter
name
name of the Secret
true
string
200
success
PUT /api/v1/namespaces/{namespace}/secrets/{name}+
POST /api/v1/namespaces/{namespace}/secrets
string
PathParameter
name
name of the Secret
true
string
GET /api/v1/namespaces/{namespace}/secrets/{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 |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/secrets/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-DELETE /api/v1/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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 |
-- |
/
-POST /api/v1/namespaces/{namespace}/serviceaccounts+
GET /api/v1/namespaces/{namespace}/serviceaccounts
BodyParameter
body
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
string
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}+
DELETE /api/v1/namespaces/{namespace}/serviceaccounts
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
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
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
boolean
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
string
PathParameter
name
name of the ServiceAccount
true
string
200
success
PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}+
POST /api/v1/namespaces/{namespace}/serviceaccounts
string
PathParameter
name
name of the ServiceAccount
true
string
GET /api/v1/namespaces/{namespace}/serviceaccounts/{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 |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
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
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-POST /api/v1/namespaces/{namespace}/services-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
BodyParameter |
-body |
-- | true |
-- | - |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-GET /api/v1/namespaces/{namespace}/services/{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 |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the Service |
-true |
-string |
-- |
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+PUT /api/v1/namespaces/{namespace}/services/{name}+
POST /api/v1/namespaces/{namespace}/services
string
PathParameter
name
name of the Service
true
string
GET /api/v1/namespaces/{namespace}/services/{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 |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Service |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/namespaces/{namespace}/services/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
PathParameter |
+namespace |
+object name and auth scope, such as for teams and projects |
+true |
+string |
++ |
PathParameter |
+name |
+name of the Service |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-path |
-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. |
-false |
-string |
-- |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the Service |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
default |
-success |
-string |
-
/
-/
-apiv1
-PUT /api/v1/namespaces/{namespace}/services/{name}/proxy-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-path |
-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. |
-false |
-string |
-- |
PathParameter |
-namespace |
-object name and auth scope, such as for teams and projects |
-true |
-string |
-- |
PathParameter |
-name |
-name of the Service |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
default |
-success |
-string |
-
/
-/
-DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy+
GET /api/v1/namespaces/{namespace}/services/{name}/proxy
POST /api/v1/namespaces/{namespace}/services/{name}/proxy+
PUT /api/v1/namespaces/{namespace}/services/{name}/proxy
GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}+
DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy
string
PathParameter
path
path to the resource
true
string
PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}+
POST /api/v1/namespaces/{namespace}/services/{name}/proxy
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}+
PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy
string
PathParameter
path
path to the resource
true
string
POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}+
GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
GET /api/v1/namespaces/{namespace}/services/{name}/status+
PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
path
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.
false
string
string
PathParameter
path
path to the resource
true
string
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
+/
PUT /api/v1/namespaces/{namespace}/services/{name}/status+
DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
path
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.
false
string
BodyParameter
body
true
PathParameter
namespace
object name and auth scope, such as for teams and projects
string
PathParameter
path
path to the resource
true
string
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
+/
PATCH /api/v1/namespaces/{namespace}/services/{name}/status+
POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
path
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.
false
string
BodyParameter
body
true
PathParameter
namespace
object name and auth scope, such as for teams and projects
string
PathParameter
path
path to the resource
true
string
200
default
success
string
application/json-patch+json
-application/merge-patch+json
-application/strategic-merge-patch+json
+/
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
+/
GET /api/v1/namespaces/{name}+
PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}
QueryParameter
pretty
If true, then the output is pretty printed.
path
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.
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
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Namespace
name of the Service
true
string
PathParameter
path
path to the resource
true
string
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
+/
PUT /api/v1/namespaces/{name}+
GET /api/v1/namespaces/{namespace}/services/{name}/status
BodyParameter
body
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Namespace
name of the Service
true
string
200
success
DELETE /api/v1/namespaces/{name}+
PUT /api/v1/namespaces/{namespace}/services/{name}/status
body
true
QueryParameter
gracePeriodSeconds
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
false
integer (int32)
QueryParameter
orphanDependents
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both.
false
boolean
QueryParameter
propagationPolicy
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
false
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Namespace
name of the Service
true
string
200
success
PATCH /api/v1/namespaces/{name}+
PATCH /api/v1/namespaces/{namespace}/services/{name}/status
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
PathParameter
name
name of the Namespace
name of the Service
true
string
200
success
PUT /api/v1/namespaces/{name}/finalize+
GET /api/v1/namespaces/{name}
BodyParameter
body
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
false
boolean
true
QueryParameter
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
false
boolean
GET /api/v1/namespaces/{name}/status+
PUT /api/v1/namespaces/{name}
BodyParameter
body
true
PathParameter
name
name of the Namespace
PUT /api/v1/namespaces/{name}/status+
DELETE /api/v1/namespaces/{name}
body
true
QueryParameter
gracePeriodSeconds
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
false
integer (int32)
QueryParameter
orphanDependents
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both.
false
boolean
QueryParameter
propagationPolicy
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
false
string
200
success
PATCH /api/v1/namespaces/{name}/status+
PATCH /api/v1/namespaces/{name}
GET /api/v1/nodes+
PUT /api/v1/namespaces/{name}/finalize
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
BodyParameter
body
true
PathParameter
name
name of the Namespace
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-DELETE /api/v1/nodes+
GET /api/v1/namespaces/{name}/status
QueryParameter
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
PathParameter
name
name of the Namespace
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
POST /api/v1/nodes+
PUT /api/v1/namespaces/{name}/status
body
true
PathParameter
name
name of the Namespace
true
string
200
success
GET /api/v1/nodes/{name}+
PATCH /api/v1/namespaces/{name}/status
QueryParameter
export
Should this value be exported. Export strips fields that a user can not specify.
false
boolean
BodyParameter
body
QueryParameter
exact
Should the export be exact. Exact export maintains cluster-specific fields like Namespace.
false
boolean
true
PathParameter
name
name of the Node
name of the Namespace
true
string
200
success
/
+application/json-patch+json
+application/merge-patch+json
+application/strategic-merge-patch+json
PUT /api/v1/nodes/{name}+
GET /api/v1/nodes
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 Node
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+DELETE /api/v1/nodes/{name}+
DELETE /api/v1/nodes
BodyParameter
body
true
QueryParameter
gracePeriodSeconds
The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
labelSelector
A selector to restrict the list of returned objects by their labels. Defaults to everything.
false
integer (int32)
string
QueryParameter
orphanDependents
Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both.
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
propagationPolicy
Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy.
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
PathParameter
name
name of the Node
true
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
POST /api/v1/nodes+
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
+application/vnd.kubernetes.protobuf
+apiv1
+GET /api/v1/nodes/{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 Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+PUT /api/v1/nodes/{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 Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+DELETE /api/v1/nodes/{name}+
Type | +Name | +Description | +Required | +Schema | +Default | +
---|---|---|---|---|---|
QueryParameter |
+pretty |
+If true, then the output is pretty printed. |
+false |
+string |
++ |
BodyParameter |
+body |
++ | true |
++ | + |
QueryParameter |
+gracePeriodSeconds |
+The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
+false |
+integer (int32) |
++ |
QueryParameter |
+orphanDependents |
+Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object’s finalizers list. Either this field or PropagationPolicy may be set, but not both. |
+false |
+boolean |
++ |
QueryParameter |
+propagationPolicy |
+Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. |
+false |
+string |
++ |
PathParameter |
+name |
+name of the Node |
+true |
+string |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+apiv1
+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 |
-
/
-/
-GET /api/v1/nodes/{name}/proxy/{path}+
GET /api/v1/nodes/{name}/proxy
string
PathParameter
path
path to the resource
true
string
PUT /api/v1/nodes/{name}/proxy/{path}+
PUT /api/v1/nodes/{name}/proxy
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/nodes/{name}/proxy/{path}+
DELETE /api/v1/nodes/{name}/proxy
string
PathParameter
path
path to the resource
true
string
POST /api/v1/nodes/{name}/proxy/{path}+
POST /api/v1/nodes/{name}/proxy
string
PathParameter
path
path to the resource
true
string
PATCH /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
+PATCH /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
+HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-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
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-GET /api/v1/persistentvolumes/{name}/status-
Type | -Name | -Description | -Required | -Schema | -Default | -
---|---|---|---|---|---|
QueryParameter |
-pretty |
-If true, then the output is pretty printed. |
-false |
-string |
-- |
PathParameter |
-name |
-name of the PersistentVolume |
-true |
-string |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-PUT /api/v1/persistentvolumes/{name}/status-
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
-application/vnd.kubernetes.protobuf
-apiv1
-PATCH /api/v1/persistentvolumes/{name}/status-
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
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-apiv1
-GET /api/v1/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-apiv1
-GET /api/v1/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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
200
success
application/vnd.kubernetes.protobuf
application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-GET /api/v1/proxy/namespaces/{namespace}/pods/{name}+
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
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
+application/vnd.kubernetes.protobuf
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}+
GET /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
PathParameter
name
name of the Pod
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}+
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
name of the PersistentVolume
true
string
default
200
success
string
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}+
PATCH /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
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
+application/vnd.kubernetes.protobuf
PATCH /api/v1/proxy/namespaces/{namespace}/pods/{name}+
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
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
default
200
success
string
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
GET /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
default
200
success
string
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}
string
PathParameter
path
path to the resource
true
string
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}
string
PathParameter
path
path to the resource
true
string
PATCH /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}+
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}
string
PathParameter
path
path to the resource
true
string
GET /api/v1/proxy/namespaces/{namespace}/services/{name}+
PATCH /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}+
GET /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}+
PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
PathParameter
path
path to the resource
true
string
POST /api/v1/proxy/namespaces/{namespace}/services/{name}+
DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
PathParameter
path
path to the resource
true
string
PATCH /api/v1/proxy/namespaces/{namespace}/services/{name}+
POST /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}
PathParameter
name
name of the Service
name of the Pod
true
string
PathParameter
path
path to the resource
true
string
GET /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
PATCH /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}+
GET /api/v1/proxy/namespaces/{namespace}/services/{name}
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
PUT /api/v1/proxy/namespaces/{namespace}/services/{name}
string
PathParameter
path
path to the resource
true
string
POST /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}
string
PathParameter
path
path to the resource
true
string
PATCH /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}+
POST /api/v1/proxy/namespaces/{namespace}/services/{name}
string
PathParameter
path
path to the resource
true
string
GET /api/v1/proxy/nodes/{name}+
PATCH /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}+
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
PathParameter
path
path to the resource
true
string
DELETE /api/v1/proxy/nodes/{name}+
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
PathParameter
path
path to the resource
true
string
POST /api/v1/proxy/nodes/{name}+
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
PathParameter
path
path to the resource
true
string
PATCH /api/v1/proxy/nodes/{name}+
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
PathParameter
path
path to the resource
true
string
GET /api/v1/proxy/nodes/{name}/{path}+
PATCH /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}+
GET /api/v1/proxy/nodes/{name}
string
PathParameter
path
path to the resource
true
string
DELETE /api/v1/proxy/nodes/{name}/{path}+
PUT /api/v1/proxy/nodes/{name}
string
PathParameter
path
path to the resource
true
string
POST /api/v1/proxy/nodes/{name}/{path}+
DELETE /api/v1/proxy/nodes/{name}
string
PathParameter
path
path to the resource
true
string
PATCH /api/v1/proxy/nodes/{name}/{path}+
POST /api/v1/proxy/nodes/{name}
string
PathParameter
path
path to the resource
true
string
GET /api/v1/replicationcontrollers+
PATCH /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/resourcequotas+
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/secrets+
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/serviceaccounts+
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/services+
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/watch/configmaps+
PATCH /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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.
false
string
QueryParameter
timeoutSeconds
Timeout for the list/watch call.
false
integer (int32)
200
default
success
string
application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
+/
GET /api/v1/watch/endpoints+
GET /api/v1/replicationcontrollers
200
success
GET /api/v1/watch/events+
GET /api/v1/resourcequotas
200
success
GET /api/v1/watch/limitranges+
GET /api/v1/secrets
200
success
GET /api/v1/watch/namespaces+
GET /api/v1/serviceaccounts
200
success
GET /api/v1/watch/namespaces/{namespace}/configmaps+
GET /api/v1/services
integer (int32)
PathParameter
namespace
object name and auth scope, such as for teams and projects
true
string
200
success
GET /api/v1/watch/namespaces/{namespace}/configmaps/{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 ConfigMap
true
string
GET /api/v1/watch/namespaces/{namespace}/endpoints+
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}/endpoints/{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 Endpoints
true
string
GET /api/v1/watch/namespaces/{namespace}/events+
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}/events/{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 Event
true
string
GET /api/v1/watch/namespaces/{namespace}/limitranges+
GET /api/v1/watch/namespaces/{namespace}/configmaps
GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}+
GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}
PathParameter
name
name of the LimitRange
name of the ConfigMap
true
string
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims+
GET /api/v1/watch/namespaces/{namespace}/endpoints
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}+
GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}
PathParameter
name
name of the PersistentVolumeClaim
name of the Endpoints
true
string
GET /api/v1/watch/namespaces/{namespace}/pods+
GET /api/v1/watch/namespaces/{namespace}/events
GET /api/v1/watch/namespaces/{namespace}/pods/{name}+
GET /api/v1/watch/namespaces/{namespace}/events/{name}
PathParameter
name
name of the Pod
name of the Event
true
string
GET /api/v1/watch/namespaces/{namespace}/podtemplates+
GET /api/v1/watch/namespaces/{namespace}/limitranges
GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}+
GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}
PathParameter
name
name of the PodTemplate
name of the LimitRange
true
string
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers+
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}+
GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}
PathParameter
name
name of the ReplicationController
name of the PersistentVolumeClaim
true
string
GET /api/v1/watch/namespaces/{namespace}/resourcequotas+
GET /api/v1/watch/namespaces/{namespace}/pods
GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}+
GET /api/v1/watch/namespaces/{namespace}/pods/{name}
PathParameter
name
name of the ResourceQuota
name of the Pod
true
string
GET /api/v1/watch/namespaces/{namespace}/secrets+
GET /api/v1/watch/namespaces/{namespace}/podtemplates
GET /api/v1/watch/namespaces/{namespace}/secrets/{name}+
GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}
PathParameter
name
name of the Secret
name of the PodTemplate
true
string
GET /api/v1/watch/namespaces/{namespace}/serviceaccounts+
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers
GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}+
GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}
PathParameter
name
name of the ServiceAccount
name of the ReplicationController
true
string
GET /api/v1/watch/namespaces/{namespace}/services+
GET /api/v1/watch/namespaces/{namespace}/resourcequotas
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+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
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+apiv1
+HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
HTTP Code | -Description | -Schema | -
---|---|---|
200 |
-success |
-- |
/
-application/json
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-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
-application/yaml
-application/vnd.kubernetes.protobuf
-application/json;stream=watch
-application/vnd.kubernetes.protobuf;stream=watch
-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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
-false |
-string |
-- |
QueryParameter |
-timeoutSeconds |
-Timeout for the list/watch call. |
-false |
-integer (int32) |
-- |
GET /api/v1/watch/podtemplates+
GET /api/v1/watch/nodes
GET /api/v1/watch/replicationcontrollers+
GET /api/v1/watch/nodes/{name}
integer (int32)
PathParameter
name
name of the Node
true
string
GET /api/v1/watch/resourcequotas+
GET /api/v1/watch/persistentvolumeclaims
GET /api/v1/watch/secrets+
GET /api/v1/watch/persistentvolumes
GET /api/v1/watch/serviceaccounts+
GET /api/v1/watch/persistentvolumes/{name}
integer (int32)
PathParameter
name
name of the PersistentVolume
true
string
GET /api/v1/watch/services+
GET /api/v1/watch/pods
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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+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. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it’s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
+false |
+string |
++ |
QueryParameter |
+timeoutSeconds |
+Timeout for the list/watch call. |
+false |
+integer (int32) |
++ |
HTTP Code | +Description | +Schema | +
---|---|---|
200 |
+success |
++ |
/
+application/json
+application/yaml
+application/vnd.kubernetes.protobuf
+application/json;stream=watch
+application/vnd.kubernetes.protobuf;stream=watch
+apiv1
+