参考文档

APIs 和 CLIs 的设计文档,概念定义以及引用

编辑这个页面

操作

操作

获取可用资源

GET /api/v1

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • application/json

  • application/yaml

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

列出组件状态信息

GET /api/v1/componentstatuses

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ComponentStatusList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified ComponentStatus

GET /api/v1/componentstatuses/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

PathParameter

name

name of the ComponentStatus

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ComponentStatus

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ConfigMap

GET /api/v1/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMapList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Endpoints

GET /api/v1/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.EndpointsList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Event

GET /api/v1/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.EventList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind LimitRange

GET /api/v1/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRangeList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Namespace

GET /api/v1/namespaces

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.NamespaceList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

删除一个Namespace

DELETE /api/v1/namespaces

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Namespace

POST /api/v1/namespaces

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Namespace

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Binding

POST /api/v1/namespaces/{namespace}/bindings

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Binding

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Binding

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ConfigMap

GET /api/v1/namespaces/{namespace}/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMapList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of ConfigMap

DELETE /api/v1/namespaces/{namespace}/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a ConfigMap

POST /api/v1/namespaces/{namespace}/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ConfigMap

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMap

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified ConfigMap

GET /api/v1/namespaces/{namespace}/configmaps/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ConfigMap

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMap

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified ConfigMap

PUT /api/v1/namespaces/{namespace}/configmaps/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ConfigMap

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ConfigMap

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMap

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a ConfigMap

DELETE /api/v1/namespaces/{namespace}/configmaps/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ConfigMap

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified ConfigMap

PATCH /api/v1/namespaces/{namespace}/configmaps/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ConfigMap

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ConfigMap

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Endpoints

GET /api/v1/namespaces/{namespace}/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.EndpointsList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of Endpoints

DELETE /api/v1/namespaces/{namespace}/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Endpoints

POST /api/v1/namespaces/{namespace}/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Endpoints

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Endpoints

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Endpoints

GET /api/v1/namespaces/{namespace}/endpoints/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Endpoints

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Endpoints

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Endpoints

PUT /api/v1/namespaces/{namespace}/endpoints/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Endpoints

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Endpoints

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Endpoints

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Endpoints

DELETE /api/v1/namespaces/{namespace}/endpoints/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Endpoints

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Endpoints

PATCH /api/v1/namespaces/{namespace}/endpoints/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Endpoints

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Endpoints

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Event

GET /api/v1/namespaces/{namespace}/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.EventList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of Event

DELETE /api/v1/namespaces/{namespace}/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Event

POST /api/v1/namespaces/{namespace}/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Event

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Event

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Event

GET /api/v1/namespaces/{namespace}/events/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Event

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Event

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Event

PUT /api/v1/namespaces/{namespace}/events/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Event

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Event

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Event

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Event

DELETE /api/v1/namespaces/{namespace}/events/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Event

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Event

PATCH /api/v1/namespaces/{namespace}/events/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Event

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Event

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind LimitRange

GET /api/v1/namespaces/{namespace}/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRangeList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of LimitRange

DELETE /api/v1/namespaces/{namespace}/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a LimitRange

POST /api/v1/namespaces/{namespace}/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.LimitRange

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRange

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified LimitRange

GET /api/v1/namespaces/{namespace}/limitranges/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the LimitRange

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRange

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified LimitRange

PUT /api/v1/namespaces/{namespace}/limitranges/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.LimitRange

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the LimitRange

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRange

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a LimitRange

DELETE /api/v1/namespaces/{namespace}/limitranges/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the LimitRange

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified LimitRange

PATCH /api/v1/namespaces/{namespace}/limitranges/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the LimitRange

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.LimitRange

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind PersistentVolumeClaim

GET /api/v1/namespaces/{namespace}/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaimList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of PersistentVolumeClaim

DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a PersistentVolumeClaim

POST /api/v1/namespaces/{namespace}/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolumeClaim

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaim

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified PersistentVolumeClaim

GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaim

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified PersistentVolumeClaim

PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolumeClaim

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaim

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a PersistentVolumeClaim

DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified PersistentVolumeClaim

PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaim

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace status of the specified PersistentVolumeClaim

PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolumeClaim

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaim

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Pod

GET /api/v1/namespaces/{namespace}/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of Pod

DELETE /api/v1/namespaces/{namespace}/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Pod

POST /api/v1/namespaces/{namespace}/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Pod

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Pod

GET /api/v1/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Pod

PUT /api/v1/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Pod

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Pod

DELETE /api/v1/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Pod

PATCH /api/v1/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

connect GET requests to attach of Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/attach

参数

类别 名字 描述 必须 结构 默认

Query 参数

stdin

Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

boolean

Query 参数

stdout

Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

boolean

Query 参数

stderr

Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

boolean

Query 参数

tty

TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

boolean

Query 参数

container

The container in which to execute the command. Defaults to only container if there is only one container in the pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to attach of Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/attach

参数

类别 名字 描述 必须 结构 默认

Query 参数

stdin

Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

boolean

Query 参数

stdout

Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

boolean

Query 参数

stderr

Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

boolean

Query 参数

tty

TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

boolean

Query 参数

container

The container in which to execute the command. Defaults to only container if there is only one container in the pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

create binding of a Binding

POST /api/v1/namespaces/{namespace}/pods/{name}/binding

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Binding

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Binding

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Binding

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

connect GET requests to exec of Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/exec

参数

类别 名字 描述 必须 结构 默认

Query 参数

stdin

Redirect the standard input stream of the pod for this call. Defaults to false.

boolean

Query 参数

stdout

Redirect the standard output stream of the pod for this call. Defaults to true.

boolean

Query 参数

stderr

Redirect the standard error stream of the pod for this call. Defaults to true.

boolean

Query 参数

tty

TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

boolean

Query 参数

container

Container in which to execute the command. Defaults to only container if there is only one container in the pod.

string

Query 参数

command

Command is the remote command to execute. argv array. Not executed within a shell.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to exec of Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/exec

参数

类别 名字 描述 必须 结构 默认

Query 参数

stdin

Redirect the standard input stream of the pod for this call. Defaults to false.

boolean

Query 参数

stdout

Redirect the standard output stream of the pod for this call. Defaults to true.

boolean

Query 参数

stderr

Redirect the standard error stream of the pod for this call. Defaults to true.

boolean

Query 参数

tty

TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

boolean

Query 参数

container

Container in which to execute the command. Defaults to only container if there is only one container in the pod.

string

Query 参数

command

Command is the remote command to execute. argv array. Not executed within a shell.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

read log of the specified Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/log

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

container

The container for which to stream logs. Defaults to only container if there is one container in the pod.

string

Query 参数

follow

Follow the log stream of the pod. Defaults to false.

boolean

Query 参数

previous

Return previous terminated container logs. Defaults to false.

boolean

Query 参数

sinceSeconds

A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

integer (int32)

Query 参数

sinceTime

An RFC3339 timestamp from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

string

Query 参数

timestamps

If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

boolean

Query 参数

tailLines

If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime

integer (int32)

Query 参数

limitBytes

If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

connect GET requests to portforward of Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/portforward

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to portforward of Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/portforward

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect GET requests to proxy of Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Pod

PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Pod

DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect GET requests to proxy of Pod

GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Pod

PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Pod

DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to pod.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

replace status of the specified Pod

PUT /api/v1/namespaces/{namespace}/pods/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Pod

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Pod

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind PodTemplate

GET /api/v1/namespaces/{namespace}/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplateList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of PodTemplate

DELETE /api/v1/namespaces/{namespace}/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a PodTemplate

POST /api/v1/namespaces/{namespace}/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PodTemplate

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplate

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified PodTemplate

GET /api/v1/namespaces/{namespace}/podtemplates/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PodTemplate

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplate

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified PodTemplate

PUT /api/v1/namespaces/{namespace}/podtemplates/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PodTemplate

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PodTemplate

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplate

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a PodTemplate

DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PodTemplate

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified PodTemplate

PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PodTemplate

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplate

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ReplicationController

GET /api/v1/namespaces/{namespace}/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationControllerList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of ReplicationController

DELETE /api/v1/namespaces/{namespace}/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a ReplicationController

POST /api/v1/namespaces/{namespace}/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ReplicationController

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationController

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified ReplicationController

GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationController

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified ReplicationController

PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ReplicationController

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationController

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a ReplicationController

DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified ReplicationController

PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationController

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read scale of the specified Scale

GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Scale

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Scale

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace scale of the specified Scale

PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Scale

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Scale

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Scale

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update scale of the specified Scale

PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Scale

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Scale

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace status of the specified ReplicationController

PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ReplicationController

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationController

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ResourceQuota

GET /api/v1/namespaces/{namespace}/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuotaList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of ResourceQuota

DELETE /api/v1/namespaces/{namespace}/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a ResourceQuota

POST /api/v1/namespaces/{namespace}/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ResourceQuota

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuota

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified ResourceQuota

GET /api/v1/namespaces/{namespace}/resourcequotas/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuota

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified ResourceQuota

PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ResourceQuota

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuota

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a ResourceQuota

DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified ResourceQuota

PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuota

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace status of the specified ResourceQuota

PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ResourceQuota

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuota

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Secret

GET /api/v1/namespaces/{namespace}/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.SecretList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of Secret

DELETE /api/v1/namespaces/{namespace}/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Secret

POST /api/v1/namespaces/{namespace}/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Secret

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Secret

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Secret

GET /api/v1/namespaces/{namespace}/secrets/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Secret

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Secret

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Secret

PUT /api/v1/namespaces/{namespace}/secrets/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Secret

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Secret

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Secret

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Secret

DELETE /api/v1/namespaces/{namespace}/secrets/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Secret

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Secret

PATCH /api/v1/namespaces/{namespace}/secrets/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Secret

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Secret

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ServiceAccount

GET /api/v1/namespaces/{namespace}/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccountList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of ServiceAccount

DELETE /api/v1/namespaces/{namespace}/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a ServiceAccount

POST /api/v1/namespaces/{namespace}/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ServiceAccount

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccount

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified ServiceAccount

GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ServiceAccount

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccount

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified ServiceAccount

PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.ServiceAccount

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ServiceAccount

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccount

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a ServiceAccount

DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ServiceAccount

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified ServiceAccount

PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ServiceAccount

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccount

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Service

GET /api/v1/namespaces/{namespace}/services

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Service

POST /api/v1/namespaces/{namespace}/services

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Service

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Service

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Service

GET /api/v1/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Service

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Service

PUT /api/v1/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Service

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Service

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Service

DELETE /api/v1/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Service

PATCH /api/v1/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Service

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

connect GET requests to proxy of Service

GET /api/v1/namespaces/{namespace}/services/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Service

PUT /api/v1/namespaces/{namespace}/services/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Service

DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Service

POST /api/v1/namespaces/{namespace}/services/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect GET requests to proxy of Service

GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Service

PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Service

DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Service

POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

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.

string

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

replace status of the specified Service

PUT /api/v1/namespaces/{namespace}/services/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Service

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Service

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Namespace

GET /api/v1/namespaces/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Namespace

PUT /api/v1/namespaces/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Namespace

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Namespace

DELETE /api/v1/namespaces/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Namespace

PATCH /api/v1/namespaces/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace finalize of the specified Namespace

PUT /api/v1/namespaces/{name}/finalize

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Namespace

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace status of the specified Namespace

PUT /api/v1/namespaces/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Namespace

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Namespace

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Node

GET /api/v1/nodes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.NodeList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of Node

DELETE /api/v1/nodes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a Node

POST /api/v1/nodes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Node

响应

HTTP 状态码 描述 结构

200

成功

v1.Node

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified Node

GET /api/v1/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Node

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified Node

PUT /api/v1/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Node

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Node

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a Node

DELETE /api/v1/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified Node

PATCH /api/v1/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Node

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

connect GET requests to proxy of Node

GET /api/v1/nodes/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Node

PUT /api/v1/nodes/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Node

DELETE /api/v1/nodes/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Node

POST /api/v1/nodes/{name}/proxy

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect GET requests to proxy of Node

GET /api/v1/nodes/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect PUT requests to proxy of Node

PUT /api/v1/nodes/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect DELETE requests to proxy of Node

DELETE /api/v1/nodes/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

connect POST requests to proxy of Node

POST /api/v1/nodes/{name}/proxy/{path}

参数

类别 名字 描述 必须 结构 默认

Query 参数

path

Path is the URL path to use for the current proxy request to node.

string

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

replace status of the specified Node

PUT /api/v1/nodes/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.Node

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.Node

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind PersistentVolumeClaim

GET /api/v1/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeClaimList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind PersistentVolume

GET /api/v1/persistentvolumes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolumeList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete collection of PersistentVolume

DELETE /api/v1/persistentvolumes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

create a PersistentVolume

POST /api/v1/persistentvolumes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolume

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolume

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

read the specified PersistentVolume

GET /api/v1/persistentvolumes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

export

Should this value be exported. Export strips fields that a user can not specify.

boolean

Query 参数

exact

Should the export be exact. Exact export maintains cluster-specific fields like Namespace

boolean

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolume

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace the specified PersistentVolume

PUT /api/v1/persistentvolumes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolume

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolume

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

delete a PersistentVolume

DELETE /api/v1/persistentvolumes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.DeleteOptions

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

unversioned.Status

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

partially update the specified PersistentVolume

PATCH /api/v1/persistentvolumes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

unversioned.Patch

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolume

传入参数

  • application/json-patch+json

  • application/merge-patch+json

  • application/strategic-merge-patch+json

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

replace status of the specified PersistentVolume

PUT /api/v1/persistentvolumes/{name}/status

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

BodyParameter

body

true

v1.PersistentVolume

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

v1.PersistentVolume

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Pod

GET /api/v1/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.PodList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind PodTemplate

GET /api/v1/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.PodTemplateList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

proxy GET requests to Pod

GET /api/v1/proxy/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Pod

PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Pod

DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Pod

POST /api/v1/proxy/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy GET requests to Pod

GET /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Pod

PUT /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Pod

DELETE /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Pod

POST /api/v1/proxy/namespaces/{namespace}/pods/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy GET requests to Service

GET /api/v1/proxy/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Service

PUT /api/v1/proxy/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Service

DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Service

POST /api/v1/proxy/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy GET requests to Service

GET /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Service

PUT /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Service

DELETE /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Service

POST /api/v1/proxy/namespaces/{namespace}/services/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy GET requests to Node

GET /api/v1/proxy/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Node

PUT /api/v1/proxy/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Node

DELETE /api/v1/proxy/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Node

POST /api/v1/proxy/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy GET requests to Node

GET /api/v1/proxy/nodes/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy PUT requests to Node

PUT /api/v1/proxy/nodes/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy DELETE requests to Node

DELETE /api/v1/proxy/nodes/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

proxy POST requests to Node

POST /api/v1/proxy/nodes/{name}/{path}

参数

类别 名字 描述 必须 结构 默认

PathParameter

name

name of the Node

true

string

PathParameter

path

path to the resource

true

string

响应

HTTP 状态码 描述 结构

默认

成功

string

传入参数

  • /

返回类型

  • /

标签

  • apiv1

list or watch objects of kind ReplicationController

GET /api/v1/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ReplicationControllerList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ResourceQuota

GET /api/v1/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ResourceQuotaList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Secret

GET /api/v1/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.SecretList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind ServiceAccount

GET /api/v1/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceAccountList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

list or watch objects of kind Service

GET /api/v1/services

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

v1.ServiceList

传入参数

  • /

返回类型

  • application/json

  • application/yaml

标签

  • apiv1

watch individual changes to a list of ConfigMap

GET /api/v1/watch/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Endpoints

GET /api/v1/watch/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Event

GET /api/v1/watch/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of LimitRange

GET /api/v1/watch/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Namespace

GET /api/v1/watch/namespaces

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ConfigMap

GET /api/v1/watch/namespaces/{namespace}/configmaps

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind ConfigMap

GET /api/v1/watch/namespaces/{namespace}/configmaps/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ConfigMap

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Endpoints

GET /api/v1/watch/namespaces/{namespace}/endpoints

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Endpoints

GET /api/v1/watch/namespaces/{namespace}/endpoints/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Endpoints

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Event

GET /api/v1/watch/namespaces/{namespace}/events

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Event

GET /api/v1/watch/namespaces/{namespace}/events/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Event

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of LimitRange

GET /api/v1/watch/namespaces/{namespace}/limitranges

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind LimitRange

GET /api/v1/watch/namespaces/{namespace}/limitranges/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the LimitRange

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of PersistentVolumeClaim

GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind PersistentVolumeClaim

GET /api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PersistentVolumeClaim

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Pod

GET /api/v1/watch/namespaces/{namespace}/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Pod

GET /api/v1/watch/namespaces/{namespace}/pods/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Pod

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of PodTemplate

GET /api/v1/watch/namespaces/{namespace}/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind PodTemplate

GET /api/v1/watch/namespaces/{namespace}/podtemplates/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the PodTemplate

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ReplicationController

GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind ReplicationController

GET /api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ReplicationController

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ResourceQuota

GET /api/v1/watch/namespaces/{namespace}/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind ResourceQuota

GET /api/v1/watch/namespaces/{namespace}/resourcequotas/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ResourceQuota

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Secret

GET /api/v1/watch/namespaces/{namespace}/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Secret

GET /api/v1/watch/namespaces/{namespace}/secrets/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Secret

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ServiceAccount

GET /api/v1/watch/namespaces/{namespace}/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind ServiceAccount

GET /api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the ServiceAccount

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Service

GET /api/v1/watch/namespaces/{namespace}/services

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Service

GET /api/v1/watch/namespaces/{namespace}/services/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

namespace

对象名字和认证范围,比如团队和项目。

true

string

PathParameter

name

name of the Service

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Namespace

GET /api/v1/watch/namespaces/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

name

name of the Namespace

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Node

GET /api/v1/watch/nodes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind Node

GET /api/v1/watch/nodes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

name

name of the Node

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of PersistentVolumeClaim

GET /api/v1/watch/persistentvolumeclaims

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of PersistentVolume

GET /api/v1/watch/persistentvolumes

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch changes to an object of kind PersistentVolume

GET /api/v1/watch/persistentvolumes/{name}

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

PathParameter

name

name of the PersistentVolume

true

string

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Pod

GET /api/v1/watch/pods

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of PodTemplate

GET /api/v1/watch/podtemplates

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ReplicationController

GET /api/v1/watch/replicationcontrollers

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ResourceQuota

GET /api/v1/watch/resourcequotas

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Secret

GET /api/v1/watch/secrets

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of ServiceAccount

GET /api/v1/watch/serviceaccounts

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

watch individual changes to a list of Service

GET /api/v1/watch/services

参数

类别 名字 描述 必须 结构 默认

Query 参数

pretty

如果为 true, 美化格式打印。

string

Query 参数

labelSelector

选择器通过label来约束返回结果,labelSelector默认值为everything。

string

Query 参数

fieldSelector

选择器通过field来约束返回结果,fieldSelector默认值为everything。

string

Query 参数

watch

监听指定资源的变化,并且以流的形式返回添加、更新、删除等变化的通知。需指定resourceVersion。

boolean

Query 参数

resourceVersion

当指定一个监听函数调用时,它会显示资源在某个特定版本之后的变化。默认为与起始版本相比的变化。

string

Query 参数

timeoutSeconds

list/watch 请求的超时时间。

integer (int32)

响应

HTTP 状态码 描述 结构

200

成功

json.WatchEvent

传入参数

  • /

返回类型

  • application/json

标签

  • apiv1

Analytics

Analytics