TriggerBinding [triggers.tekton.dev/v1beta1]
- Description
- 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.
- Type
object
Specification
.spec
- Description
- Spec holds the desired state of the TriggerBinding
- Type
object
.spec.params
- Description
- Params defines the parameter mapping from the given input event.
- Type
array
.spec.params[]
- Description
- Param defines a string value to be used for a ParamSpec with the same name.
- Type
object- Required
namevalue
.status
- Description
- TriggerBindingStatus defines the observed state of TriggerBinding.
- Type
object
API Endpoints
The following API endpoints are available:
/apis/triggers.tekton.dev/v1alpha1/namespaces/{namespace}/triggerbindingsDELETE: delete collection of TriggerBindingGET: list objects of kind TriggerBindingPOST: create a new TriggerBinding
/apis/triggers.tekton.dev/v1alpha1/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/v1alpha1/namespaces/{namespace}/triggerbindings/{name}/statusGET: read status of the specified TriggerBindingPATCH: partially update status of the specified TriggerBindingPUT: replace status of the specified TriggerBinding
/apis/triggers.tekton.dev/v1alpha1/namespaces/{namespace}/triggerbindings
- HTTP method
DELETE- Description
- delete collection of TriggerBinding
- HTTP responses
- HTTP method
GET- Description
- list objects of kind TriggerBinding
- HTTP responses
- HTTP method
POST- Description
- create a new TriggerBinding
- Query parameters
- Body parameters
- HTTP responses
/apis/triggers.tekton.dev/v1alpha1/namespaces/{namespace}/triggerbindings/{name}
- HTTP method
DELETE- Description
- delete the specified TriggerBinding
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified TriggerBinding
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified TriggerBinding
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified TriggerBinding
- Query parameters
- Body parameters
- HTTP responses
/apis/triggers.tekton.dev/v1alpha1/namespaces/{namespace}/triggerbindings/{name}/status
- HTTP method
GET- Description
- read status of the specified TriggerBinding
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified TriggerBinding
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified TriggerBinding
- Query parameters
- Body parameters
- HTTP responses