ClusterTriggerBinding [triggers.tekton.dev/v1beta1]

triggers.tekton.dev group

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.

v1alpha1 version
spec object

Spec holds the desired state of the ClusterTriggerBinding from the client

params []object

Param defines a string value to be used for a ParamSpec with the same name.

name string required
value string required
status object

TriggerBindingStatus defines the observed state of TriggerBinding.

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.

v1beta1 version
spec object

Spec holds the desired state of the ClusterTriggerBinding from the client

params []object

Param defines a string value to be used for a ParamSpec with the same name.

name string required
value string required
status object

TriggerBindingStatus defines the observed state of TriggerBinding.