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
stringCaBundle is a PEM encoded CA bundle which will be used to validate the clusterinterceptor server certificate
objectService 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
stringPath is an optional URL path
integerPort is a valid port number
stringURL is a fully formed URL pointing to the interceptor Mutually exclusive with Service
objectInterceptorStatus holds the status of the Interceptor
objectAddress is a single Addressable address. If Addresses is present, Address will be ignored by clients.
stringCACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.
stringAudience is the OIDC audience for this address.
stringName is the name of the address.
string[]objectAddressable 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.
stringCACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.
stringAudience is the OIDC audience for this address.
stringName is the name of the address.
stringobjectAnnotations 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.
[]objectCondition 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
stringLastTransitionTime 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).
stringA human readable message indicating details about the transition.
stringThe reason for the condition's last transition.
stringSeverity 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.
integerObservedGeneration is the 'Generation' of the Service that was last processed by the controller.