Pod 模板
apiVersion: v1
import "k8s.io/api/core/v1"
Pod 模板
PodTemplate 描述用于创建预定义 Pod 副本的模板。
apiVersion: v1
kind: PodTemplate
metadata (ObjectMeta)
标准对象的元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
template (PodTemplateSpec)
Template 定义将从此 Pod 模板创建的 Pod。https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
PodTemplateSpec
PodTemplateSpec 描述了从模板创建 Pod 时应具有的数据
metadata (ObjectMeta)
标准对象的元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
spec (PodSpec)
Pod 期望行为的规范。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
PodTemplateList
PodTemplateList 是 PodTemplate 的列表。
apiVersion: v1
kind: PodTemplateList
metadata (ListMeta)
标准列表元数据。更多信息:https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
items ([]PodTemplate),必需
Pod 模板列表
操作
get
读取指定的 PodTemplate
HTTP 请求
GET /api/v1/namespaces/{namespace}/podtemplates/{name}
参数
响应
200 (PodTemplate):成功
401:未授权
list
列出或 watch 类型为 PodTemplate 的对象
HTTP 请求
GET /api/v1/namespaces/{namespace}/podtemplates
参数
namespace (*路径参数*):字符串,必需
allowWatchBookmarks(*查询参数*):布尔值
continue (*查询参数*):字符串
fieldSelector (*查询参数*):字符串
labelSelector (*查询参数*):字符串
limit (*查询参数*):整数
pretty (*查询参数*):字符串
resourceVersion (*查询参数*):字符串
resourceVersionMatch (*查询参数*):字符串
sendInitialEvents(*查询参数*):布尔值
timeoutSeconds (*查询参数*):整数
watch (*查询参数*):布尔值
响应
200 (PodTemplateList):成功
401:未授权
list
列出或 watch 类型为 PodTemplate 的对象
HTTP 请求
GET /api/v1/podtemplates
参数
allowWatchBookmarks(*查询参数*):布尔值
continue (*查询参数*):字符串
fieldSelector (*查询参数*):字符串
labelSelector (*查询参数*):字符串
limit (*查询参数*):整数
pretty (*查询参数*):字符串
resourceVersion (*查询参数*):字符串
resourceVersionMatch (*查询参数*):字符串
sendInitialEvents(*查询参数*):布尔值
timeoutSeconds (*查询参数*):整数
watch (*查询参数*):布尔值
响应
200 (PodTemplateList):成功
401:未授权
create
创建 PodTemplate
HTTP 请求
POST /api/v1/namespaces/{namespace}/podtemplates
参数
namespace (*路径参数*):字符串,必需
body: PodTemplate,必需
dryRun (*查询参数*):字符串
fieldManager (*查询参数*):字符串
fieldValidation(*查询参数*):字符串
pretty (*查询参数*):字符串
响应
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}
参数
name (*路径参数*):字符串,必需
PodTemplate 的名称
namespace (*路径参数*):字符串,必需
body: DeleteOptions
dryRun (*查询参数*):字符串
gracePeriodSeconds (*查询参数*):整数
pretty (*查询参数*):字符串
propagationPolicy (*查询参数*):字符串
响应
200 (PodTemplate):成功
202 (PodTemplate):已接受
401:未授权
deletecollection
删除 PodTemplate 集合
HTTP 请求
DELETE /api/v1/namespaces/{namespace}/podtemplates
参数
namespace (*路径参数*):字符串,必需
body: DeleteOptions
continue (*查询参数*):字符串
dryRun (*查询参数*):字符串
fieldSelector (*查询参数*):字符串
gracePeriodSeconds (*查询参数*):整数
labelSelector (*查询参数*):字符串
limit (*查询参数*):整数
pretty (*查询参数*):字符串
propagationPolicy (*查询参数*):字符串
resourceVersion (*查询参数*):字符串
resourceVersionMatch (*查询参数*):字符串
sendInitialEvents(*查询参数*):布尔值
timeoutSeconds (*查询参数*):整数
响应
200 (Status):成功
401:未授权
此页面自动生成。
如果您计划报告此页面的问题,请在问题描述中提及此页面是自动生成的。修复可能需要在 Kubernetes 项目的其他地方进行。