flows.knative.dev / v1 / Sequence
- object
.spec
Spec defines the desired state of the Sequence.
- object
.spec .channelTemplate
ChannelTemplate specifies which Channel CRD to use. If left unspecified, it is set to the default Channel CRD for the namespace (or cluster, in case there are no defaults for the namespace).
- string
.spec .channelTemplate .apiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
- string
.spec .channelTemplate .kind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- object
.spec .channelTemplate .spec
Spec defines the Spec to use for each channel created. Passed in verbatim to the Channel CRD as Spec section.
- object
.spec .reply
Reply is a Reference to where the result of the last Subscriber gets sent to.
- object
.spec .reply .ref
Ref points to an Addressable.
- string
.spec .reply .ref .apiVersion
API version of the referent.
- string
.spec .reply .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .reply .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .reply .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 .reply .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 .reply .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the reply.
- string
.spec .reply .audience
Audience is the OIDC audience of the reply. 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.
- array
.spec .steps
Steps is the list of Destinations (processors / functions) that will be called in the order provided. Each step has its own delivery options
- object
.spec .steps[] .delivery
Delivery is the delivery specification for events to the subscriber This includes things like retries, DLQ, etc.
- string
.spec .steps[] .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 .steps[] .delivery .backoffPolicy
BackoffPolicy is the retry backoff policy (linear, exponential).
- object
.spec .steps[] .delivery .deadLetterSink
DeadLetterSink is the sink receiving event that could not be sent to a destination.
- object
.spec .steps[] .delivery .deadLetterSink .ref
Ref points to an Addressable.
- string
.spec .steps[] .delivery .deadLetterSink .ref .apiVersion
API version of the referent.
- string
.spec .steps[] .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 .steps[] .delivery .deadLetterSink .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .steps[] .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 .steps[] .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 .steps[] .delivery .deadLetterSink .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .steps[] .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 .steps[] .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
.spec .steps[] .ref
Ref points to an Addressable.
- string
.spec .steps[] .ref .apiVersion
API version of the referent.
- string
.spec .steps[] .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .steps[] .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .steps[] .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 .steps[] .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 .steps[] .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .steps[] .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 Addressable itself. If the target is an Addressable and specifies an Audience, the target’s Audience takes precedence.
- object
.status
Status represents the current state of the Sequence. This data may be out of date.
- object
.status .address
Sequence is Addressable. It exposes the endpoint as an URI to get events delivered into the Sequence.
- string
.status .address .name
- string
.status .address .url
- string
.status .address .CACerts
- string
.status .address .audience
- array
.status .addresses
Sequence is Addressable. It exposes the endpoints as URIs to get events delivered into the Sequence.
- 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.
- object
.status .auth
Auth provides the relevant information for OIDC authentication.
- string
.status .auth .serviceAccountName
ServiceAccountName is the name of the generated service account used for this components OIDC authentication.
- array
.status .channelStatuses
ChannelStatuses is an array of corresponding Channel statuses. Matches the Spec.Steps array in the order.
- object
.status .channelStatuses[] .channel
Channel is the reference to the underlying channel.
- string
.status .channelStatuses[] .channel .apiVersion
API version of the referent.
- string
.status .channelStatuses[] .channel .fieldPath
If 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.
- string
.status .channelStatuses[] .channel .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .channelStatuses[] .channel .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .channelStatuses[] .channel .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .channelStatuses[] .channel .resourceVersion
Specific 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
- string
.status .channelStatuses[] .channel .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- object
.status .channelStatuses[] .ready
ReadyCondition indicates whether the Channel is ready or not.
- string
.status .channelStatuses[] .ready .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 .channelStatuses[] .ready .message
A human readable message indicating details about the transition.
- string
.status .channelStatuses[] .ready .reason
The reason for the condition’s last transition.
- string
.status .channelStatuses[] .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .channelStatuses[] .ready .status
Status of the condition, one of True, False, Unknown.
- string required
.status .channelStatuses[] .ready .type
Type of condition.
- 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.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.
- array
.status .subscriptionStatuses
SubscriptionStatuses is an array of corresponding Subscription statuses. Matches the Spec.Steps array in the order.
- object
.status .subscriptionStatuses[] .ready
ReadyCondition indicates whether the Subscription is ready or not.
- string
.status .subscriptionStatuses[] .ready .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 .subscriptionStatuses[] .ready .message
A human readable message indicating details about the transition.
- string
.status .subscriptionStatuses[] .ready .reason
The reason for the condition’s last transition.
- string
.status .subscriptionStatuses[] .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string required
.status .subscriptionStatuses[] .ready .status
Status of the condition, one of True, False, Unknown.
- string required
.status .subscriptionStatuses[] .ready .type
Type of condition.
- object
.status .subscriptionStatuses[] .subscription
Subscription is the reference to the underlying Subscription.
- string
.status .subscriptionStatuses[] .subscription .apiVersion
API version of the referent.
- string
.status .subscriptionStatuses[] .subscription .fieldPath
If 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.
- string
.status .subscriptionStatuses[] .subscription .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .subscriptionStatuses[] .subscription .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .subscriptionStatuses[] .subscription .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .subscriptionStatuses[] .subscription .resourceVersion
Specific 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
- string
.status .subscriptionStatuses[] .subscription .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids