eventing.knative.dev / v1 / Broker
- object
.spec
Spec defines the desired state of the Broker.
- object
.spec .config
Config is a KReference to the configuration that specifies configuration options for this Broker. For example, this could be a pointer to a ConfigMap.
- string
.spec .config .apiVersion
API version of the referent.
- string
.spec .config .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .config .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .config .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.
- object
.spec .delivery
Delivery contains the delivery spec for each trigger to this Broker. Each trigger delivery spec, if any, overrides this global delivery spec.
- string
.spec .delivery .backoffDelay
BackoffDelay is the delay before retrying. More information on Duration format: - https://www.iso.org/iso-8601-date-and-time-format.html - https://en.wikipedia.org/wiki/ISO_8601 For linear policy, backoff delay is backoffDelay*
. For exponential policy, backoff delay is backoffDelay*2^ . - string
.spec .delivery .backoffPolicy
BackoffPolicy is the retry backoff policy (linear, exponential).
- object
.spec .delivery .deadLetterSink
DeadLetterSink is the sink receiving event that could not be sent to a destination.
- object
.spec .delivery .deadLetterSink .ref
Ref points to an Addressable.
- string
.spec .delivery .deadLetterSink .ref .apiVersion
API version of the referent.
- string
.spec .delivery .deadLetterSink .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .delivery .deadLetterSink .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .delivery .deadLetterSink .ref .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is optional field, it gets defaulted to the object holding it if left out.
- string
.spec .delivery .deadLetterSink .uri
URI can be an absolute URL(non-empty scheme and non-empty host) pointing to the target or a relative URI. Relative URIs will be resolved using the base URI retrieved from Ref.
- string
.spec .delivery .deadLetterSink .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .delivery .deadLetterSink .audience
Audience is the OIDC audience. This only needs to be set if the target is not an Addressable and thus the Audience can’t be received from the target itself. If specified, it takes precedence over the target’s Audience.
- integer
.spec .delivery .retry
Retry is the minimum number of retries the sender should attempt when sending an event before moving it to the dead letter sink.
- object
.status
Status represents the current state of the Broker. This data may be out of date.
- object
.status .address
Broker is Addressable. It exposes the endpoint as an URI to get events delivered into the Broker mesh.
- string
.status .address .name
- string
.status .address .url
- string
.status .address .CACerts
- string
.status .address .audience
- array
.status .addresses
Broker is Addressable. It exposes the endpoints as URIs to get events delivered into the Broker mesh.
- string
.status .addresses[] .name
- string
.status .addresses[] .url
- string
.status .addresses[] .CACerts
- string
.status .addresses[] .audience
- object
.status .annotations
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.
- array
.status .conditions
Conditions the latest available observations of a resource’s current state.
- string
.status .conditions[] .lastTransitionTime
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
.status .conditions[] .message
A human readable message indicating details about the transition.
- string
.status .conditions[] .reason
The reason for the condition’s last transition.
- string
.status .conditions[] .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .conditions[] .status
Status of the condition, one of True, False, Unknown.
- string required
.status .conditions[] .type
Type of condition.
- string
.status .deadLetterSinkUri
DeadLetterSinkURI is the resolved URI of the dead letter sink that will be used as a fallback when not specified by Triggers.
- string
.status .deadLetterSinkCACerts
Certification Authority (CA) certificates in PEM format according to https://www.rfc-editor.org/rfc/rfc7468.
- string
.status .deadLetterSinkAudience
OIDC audience of the dead letter sink.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.