Pod 模板

PodTemplate 描述用于创建预定义 Pod 副本的模板。

apiVersion: v1

import "k8s.io/api/core/v1"

Pod 模板

PodTemplate 描述用于创建预定义 Pod 副本的模板。


PodTemplateSpec

PodTemplateSpec 描述了从模板创建 Pod 时应具有的数据


PodTemplateList

PodTemplateList 是 PodTemplate 的列表。


操作


get 读取指定的 PodTemplate

HTTP 请求

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

参数

  • name (*路径参数*):字符串,必需

    PodTemplate 的名称

  • namespace (*路径参数*):字符串,必需

    命名空间

  • pretty (*查询参数*):字符串

    格式化输出

响应

200 (PodTemplate):成功

401:未授权

list 列出或 watch 类型为 PodTemplate 的对象

HTTP 请求

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

参数

响应

200 (PodTemplateList):成功

401:未授权

list 列出或 watch 类型为 PodTemplate 的对象

HTTP 请求

GET /api/v1/podtemplates

参数

响应

200 (PodTemplateList):成功

401:未授权

create 创建 PodTemplate

HTTP 请求

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

参数

响应

200 (PodTemplate):成功

201 (PodTemplate):已创建

202 (PodTemplate):已接受

401:未授权

update 替换指定的 PodTemplate

HTTP 请求

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

参数

  • name (*路径参数*):字符串,必需

    PodTemplate 的名称

  • namespace (*路径参数*):字符串,必需

    命名空间

  • body: PodTemplate,必需

  • dryRun (*查询参数*):字符串

    试运行

  • fieldManager (*查询参数*):字符串

    字段管理器

  • fieldValidation(*查询参数*):字符串

    字段验证

  • pretty (*查询参数*):字符串

    格式化输出

响应

200 (PodTemplate):成功

201 (PodTemplate):已创建

401:未授权

patch 部分更新指定的 PodTemplate

HTTP 请求

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

参数

  • name (*路径参数*):字符串,必需

    PodTemplate 的名称

  • namespace (*路径参数*):字符串,必需

    命名空间

  • body: Patch,必需

  • dryRun (*查询参数*):字符串

    试运行

  • fieldManager (*查询参数*):字符串

    字段管理器

  • fieldValidation(*查询参数*):字符串

    字段验证

  • force(*查询参数*):布尔值

    强制

  • pretty (*查询参数*):字符串

    格式化输出

响应

200 (PodTemplate):成功

201 (PodTemplate):已创建

401:未授权

delete 删除 PodTemplate

HTTP 请求

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

参数

响应

200 (PodTemplate):成功

202 (PodTemplate):已接受

401:未授权

deletecollection 删除 PodTemplate 集合

HTTP 请求

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

参数

响应

200 (Status):成功

401:未授权

此页面自动生成。

如果您计划报告此页面的问题,请在问题描述中提及此页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。

上次修改时间:2024 年 8 月 28 日下午 6:01(太平洋标准时间):更新 v1.31 的生成的 API 参考 (8ba98c79c1)