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 versionobjectSpec holds the desired state of the Trigger
[]object requiredstringAPIVersion of the binding ref
stringKind can only be provided if Ref is also provided. Defaults to TriggerBinding
stringName is the name of the binding param Mutually exclusive with Ref
stringRef is a reference to a TriggerBinding kind. Mutually exclusive with Name
stringValue 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.
[]objectTriggerInterceptor provides a hook to intercept and pre-process events
objectBitbucketInterceptor provides a webhook to intercept and pre-process events
[]stringobjectSecretRef 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.
stringstringobjectCELInterceptor provides a webhook to intercept and pre-process events
string[]objectCELOverlay provides a way to modify the request body using DeprecatedCEL expressions
stringstringobjectDeprecated old fields below
[]stringobjectSecretRef 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.
stringstringobjectGitLabInterceptor provides a webhook to intercept and pre-process events
[]stringobjectSecretRef 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.
stringstringstringOptional name to identify the current interceptor configuration
[]objectInterceptorParams defines a key-value pair that can be passed on an interceptor
string requiredobject requiredRef refers to the Interceptor to use
stringAPI version of the referent
stringInterceptorKind indicates the kind of the Interceptor, namespaced or cluster scoped.
stringName of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
objectWebhookInterceptor refers to an old style webhook interceptor service
[]objectParam declares an ParamValues to use for the parameter called name.
string requiredobjectObjectRef 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
stringAPI version of the referent.
stringIf 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.
stringKind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
stringName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
stringNamespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
stringSpecific 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
stringUID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
stringstringstringServiceAccountName optionally associates credentials with each trigger; Unlike EventListeners, this should be scoped to the same namespace as the Trigger itself
object requiredstringstringobjectTriggerTemplateSpec holds the desired state of TriggerTemplate
[]objectParamSpec defines an arbitrary named input whose value can be supplied by a
Param.
stringDefault is the value a parameter takes if no input value via a Param is supplied.
stringDescription 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.
[]objectTriggerResourceTemplate 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 versionobjectSpec holds the desired state of the Trigger
[]object requiredstringAPIVersion of the binding ref
stringKind can only be provided if Ref is also provided. Defaults to TriggerBinding
stringName is the name of the binding param Mutually exclusive with Ref
stringRef is a reference to a TriggerBinding kind. Mutually exclusive with Name
stringValue 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.
[]objectTriggerInterceptor provides a hook to intercept and pre-process events
stringOptional name to identify the current interceptor configuration
[]objectInterceptorParams defines a key-value pair that can be passed on an interceptor
string requiredobject requiredRef refers to the Interceptor to use
stringAPI version of the referent
stringInterceptorKind indicates the kind of the Interceptor, namespaced or cluster scoped.
stringName of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
objectWebhookInterceptor refers to an old style webhook interceptor service
[]objectParam declares an ParamValues to use for the parameter called name.
string requiredobjectObjectRef 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
stringAPI version of the referent.
stringIf 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.
stringKind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
stringName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
stringNamespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
stringSpecific 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
stringUID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
stringstringstringServiceAccountName optionally associates credentials with each trigger; Unlike EventListeners, this should be scoped to the same namespace as the Trigger itself
object requiredstringstringobjectTriggerTemplateSpec holds the desired state of TriggerTemplate
[]objectParamSpec defines an arbitrary named input whose value can be supplied by a
Param.
stringDefault is the value a parameter takes if no input value via a Param is supplied.
stringDescription 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.
[]objectTriggerResourceTemplate describes a resource to create