triggers.tekton.dev
group
Interceptor describes a pluggable interceptor including configuration such as the fields it accepts and its deployment address. The type is based on the Validating/MutatingWebhookConfiguration types for configuring AdmissionWebhooks
v1alpha1
versionobject
requiredInterceptorSpec describes the Spec for an Interceptor
object
requiredClientConfig describes how a client can communicate with the Interceptor
string
CaBundle is a PEM encoded CA bundle which will be used to validate the clusterinterceptor server certificate
object
Service is a reference to a Service object where the interceptor is running Mutually exclusive with URL
string
requiredName is the name of the service
string
requiredNamespace is the namespace of the service
string
Path is an optional URL path
integer
Port is a valid port number
string
URL is a fully formed URL pointing to the interceptor Mutually exclusive with Service
object
InterceptorStatus holds the status of the Interceptor
object
Address is a single Addressable address. If Addresses is present, Address will be ignored by clients.
string
CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.
string
Audience is the OIDC audience for this address.
string
Name is the name of the address.
string
[]object
Addressable provides a generic mechanism for a custom resource definition to indicate a destination for message delivery.
Addressable is the schema for the destination information. This is
typically stored in the object's status
, as this information may
be generated by the controller.
string
CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.
string
Audience is the OIDC audience for this address.
string
Name is the name of the address.
string
object
Annotations is additional Status fields for the Resource to save some additional State as well as convey more information to the user. This is roughly akin to Annotations on any k8s resource, just the reconciler conveying richer information outwards.
[]object
Condition defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
string
LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).
string
A human readable message indicating details about the transition.
string
The reason for the condition's last transition.
string
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
string
requiredStatus of the condition, one of True, False, Unknown.
string
requiredType of condition.
integer
ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.