• Русский
  • Interceptor [triggers.tekton.dev/v1alpha1]

    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 version
    spec object required

    InterceptorSpec describes the Spec for an Interceptor

    clientConfig object required

    ClientConfig describes how a client can communicate with the Interceptor

    caBundle string

    CaBundle is a PEM encoded CA bundle which will be used to validate the clusterinterceptor server certificate

    service object

    Service is a reference to a Service object where the interceptor is running Mutually exclusive with URL

    name string required

    Name is the name of the service

    namespace string required

    Namespace is the namespace of the service

    path string

    Path is an optional URL path

    port integer

    Port is a valid port number

    url string

    URL is a fully formed URL pointing to the interceptor Mutually exclusive with Service

    status object

    InterceptorStatus holds the status of the Interceptor

    address object

    Address is a single Addressable address. If Addresses is present, Address will be ignored by clients.

    CACerts string

    CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.

    audience string

    Audience is the OIDC audience for this address.

    name string

    Name is the name of the address.

    url string
    addresses []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.

    CACerts string

    CACerts is the Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.

    audience string

    Audience is the OIDC audience for this address.

    name string

    Name is the name of the address.

    url string
    annotations 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.

    conditions []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

    lastTransitionTime 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).

    message string

    A human readable message indicating details about the transition.

    reason string

    The reason for the condition's last transition.

    severity string

    Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.

    status string required

    Status of the condition, one of True, False, Unknown.

    type string required

    Type of condition.

    observedGeneration integer

    ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.