TriggerTemplate [triggers.tekton.dev/v1beta1]
- 描述
- TriggerTemplate takes parameters and uses them to create CRDs
- 类型
object
规格
.spec
- 描述
- Spec holds the desired state of the TriggerTemplate from the client
- 类型
object
.spec.params
- 类型
array
.spec.params[]
- 描述
- ParamSpec defines an arbitrary named input whose value can be supplied by a `Param`.
- 类型
object- 必填
name
.spec.resourcetemplates
- 类型
array
.spec.resourcetemplates[]
- 描述
- TriggerResourceTemplate describes a resource to create
- 类型
object
.status
- 描述
- TriggerTemplateStatus describes the desired state of TriggerTemplate
- 类型
object
API 端点
可用的 API 端点如下:
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggertemplatesDELETE: delete collection of TriggerTemplateGET: list objects of kind TriggerTemplatePOST: create a new TriggerTemplate
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggertemplates/{name}DELETE: delete the specified TriggerTemplateGET: read the specified TriggerTemplatePATCH: partially update the specified TriggerTemplatePUT: replace the specified TriggerTemplate
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggertemplates
- HTTP 方法
DELETE- 描述
- delete collection of TriggerTemplate
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind TriggerTemplate
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new TriggerTemplate
- 查询参数
- 请求体参数
- HTTP 响应
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggertemplates/{name}
- HTTP 方法
DELETE- 描述
- delete the specified TriggerTemplate
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified TriggerTemplate
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified TriggerTemplate
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified TriggerTemplate
- 查询参数
- 请求体参数
- HTTP 响应