triggers.tekton.dev
group
Trigger 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.
v1alpha1
versionobject
Spec holds the desired state of the Trigger
[]object
requiredstring
APIVersion of the binding ref
string
Kind can only be provided if Ref is also provided. Defaults to TriggerBinding
string
Name is the name of the binding param Mutually exclusive with Ref
string
Ref is a reference to a TriggerBinding kind. Mutually exclusive with Name
string
Value is the value of the binding param. Can contain JSONPath Has to be pointer since "" is a valid value Required if Name is also specified.
[]object
TriggerInterceptor provides a hook to intercept and pre-process events
object
BitbucketInterceptor provides a webhook to intercept and pre-process events
[]string
object
SecretRef contains the information required to reference a single secret string This is needed because the other secretRef types are not cross-namespace and do not actually contain the "SecretName" field, which allows us to access a single secret value.
string
string
object
CELInterceptor provides a webhook to intercept and pre-process events
string
[]object
CELOverlay provides a way to modify the request body using DeprecatedCEL expressions
string
string
object
Deprecated old fields below
[]string
object
SecretRef contains the information required to reference a single secret string This is needed because the other secretRef types are not cross-namespace and do not actually contain the "SecretName" field, which allows us to access a single secret value.
string
string
object
GitLabInterceptor provides a webhook to intercept and pre-process events
[]string
object
SecretRef contains the information required to reference a single secret string This is needed because the other secretRef types are not cross-namespace and do not actually contain the "SecretName" field, which allows us to access a single secret value.
string
string
string
Optional name to identify the current interceptor configuration
[]object
InterceptorParams defines a key-value pair that can be passed on an interceptor
string
requiredobject
requiredRef refers to the Interceptor to use
string
API version of the referent
string
InterceptorKind indicates the kind of the Interceptor, namespaced or cluster scoped.
string
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
object
WebhookInterceptor refers to an old style webhook interceptor service
[]object
Param declares an ParamValues to use for the parameter called name.
string
requiredobject
requiredParamValue is a type that can hold a single string or string array. Used in JSON unmarshalling so that a single JSON field can accept either an individual string or an array of strings.
object
ObjectRef is a reference to an object that will resolve to a cluster DNS name to use as the EventInterceptor. Either objectRef or url can be specified
string
API version of the referent.
string
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.
string
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
string
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
string
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
string
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
string
string
string
ServiceAccountName optionally associates credentials with each trigger; Unlike EventListeners, this should be scoped to the same namespace as the Trigger itself
object
requiredstring
string
object
TriggerTemplateSpec holds the desired state of TriggerTemplate
[]object
ParamSpec defines an arbitrary named input whose value can be supplied by a
Param
.
string
Default is the value a parameter takes if no input value via a Param is supplied.
string
Description is a user-facing description of the parameter that may be used to populate a UI.
string
requiredName declares the name by which a parameter is referenced.
[]object
TriggerResourceTemplate describes a resource to create
Trigger 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.
v1beta1
versionobject
Spec holds the desired state of the Trigger
[]object
requiredstring
APIVersion of the binding ref
string
Kind can only be provided if Ref is also provided. Defaults to TriggerBinding
string
Name is the name of the binding param Mutually exclusive with Ref
string
Ref is a reference to a TriggerBinding kind. Mutually exclusive with Name
string
Value is the value of the binding param. Can contain JSONPath Has to be pointer since "" is a valid value Required if Name is also specified.
[]object
TriggerInterceptor provides a hook to intercept and pre-process events
string
Optional name to identify the current interceptor configuration
[]object
InterceptorParams defines a key-value pair that can be passed on an interceptor
string
requiredobject
requiredRef refers to the Interceptor to use
string
API version of the referent
string
InterceptorKind indicates the kind of the Interceptor, namespaced or cluster scoped.
string
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
object
WebhookInterceptor refers to an old style webhook interceptor service
[]object
Param declares an ParamValues to use for the parameter called name.
string
requiredobject
requiredParamValue is a type that can hold a single string or string array. Used in JSON unmarshalling so that a single JSON field can accept either an individual string or an array of strings.
object
ObjectRef is a reference to an object that will resolve to a cluster DNS name to use as the EventInterceptor. Either objectRef or url can be specified
string
API version of the referent.
string
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object.
string
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
string
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
string
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency
string
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
string
string
string
ServiceAccountName optionally associates credentials with each trigger; Unlike EventListeners, this should be scoped to the same namespace as the Trigger itself
object
requiredstring
string
object
TriggerTemplateSpec holds the desired state of TriggerTemplate
[]object
ParamSpec defines an arbitrary named input whose value can be supplied by a
Param
.
string
Default is the value a parameter takes if no input value via a Param is supplied.
string
Description is a user-facing description of the parameter that may be used to populate a UI.
string
requiredName declares the name by which a parameter is referenced.
[]object
TriggerResourceTemplate describes a resource to create