TriggerBinding [triggers.tekton.dev/v1beta1]
- 描述
- TriggerBinding defines a mapping of an input event to parameters. This is used to extract information from events to be passed to TriggerTemplates within a Trigger.
- 类型
object
规格
.spec
- 描述
- Spec holds the desired state of the TriggerBinding
- 类型
object
.spec.params
- 描述
- Params defines the parameter mapping from the given input event.
- 类型
array
.spec.params[]
- 描述
- Param defines a string value to be used for a ParamSpec with the same name.
- 类型
object- 必填
namevalue
.status
- 描述
- TriggerBindingStatus defines the observed state of TriggerBinding.
- 类型
object
API 端点
可用的 API 端点如下:
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggerbindingsDELETE: delete collection of TriggerBindingGET: list objects of kind TriggerBindingPOST: create a new TriggerBinding
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggerbindings/{name}DELETE: delete the specified TriggerBindingGET: read the specified TriggerBindingPATCH: partially update the specified TriggerBindingPUT: replace the specified TriggerBinding
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggerbindings
- HTTP 方法
DELETE- 描述
- delete collection of TriggerBinding
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind TriggerBinding
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new TriggerBinding
- 查询参数
- 请求体参数
- HTTP 响应
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/triggerbindings/{name}
- HTTP 方法
DELETE- 描述
- delete the specified TriggerBinding
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified TriggerBinding
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified TriggerBinding
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified TriggerBinding
- 查询参数
- 请求体参数
- HTTP 响应