ClusterTriggerBinding [triggers.tekton.dev/v1beta1]
- 描述
- ClusterTriggerBinding is a TriggerBinding with a cluster scope. ClusterTriggerBindings are used to represent TriggerBindings that should be publicly addressable from any namespace in the cluster.
- 类型
object
规格
.spec
- 描述
- Spec holds the desired state of the ClusterTriggerBinding from the client
- 类型
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}/clustertriggerbindingsDELETE: delete collection of ClusterTriggerBindingGET: list objects of kind ClusterTriggerBindingPOST: create a new ClusterTriggerBinding
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/clustertriggerbindings/{name}DELETE: delete the specified ClusterTriggerBindingGET: read the specified ClusterTriggerBindingPATCH: partially update the specified ClusterTriggerBindingPUT: replace the specified ClusterTriggerBinding
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/clustertriggerbindings
- HTTP 方法
DELETE- 描述
- delete collection of ClusterTriggerBinding
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind ClusterTriggerBinding
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new ClusterTriggerBinding
- 查询参数
- 请求体参数
- HTTP 响应
/apis/triggers.tekton.dev/v1beta1/namespaces/{namespace}/clustertriggerbindings/{name}
- HTTP 方法
DELETE- 描述
- delete the specified ClusterTriggerBinding
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified ClusterTriggerBinding
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified ClusterTriggerBinding
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified ClusterTriggerBinding
- 查询参数
- 请求体参数
- HTTP 响应