flows.knative.dev / v1 / Parallel
- object
.spec
Spec defines the desired state of the Parallel.
- array
.spec .branches
Branches is the list of Filter/Subscribers pairs.
- object
.spec .branches[] .delivery
Delivery is the delivery specification for events to the subscriber This includes things like retries, DLQ, etc.
- string
.spec .branches[] .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 .branches[] .delivery .backoffPolicy
BackoffPolicy is the retry backoff policy (linear, exponential).
- object
.spec .branches[] .delivery .deadLetterSink
DeadLetterSink is the sink receiving event that could not be sent to a destination.
- object
.spec .branches[] .delivery .deadLetterSink .ref
Ref points to an Addressable.
- string
.spec .branches[] .delivery .deadLetterSink .ref .apiVersion
API version of the referent.
- string
.spec .branches[] .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 .branches[] .delivery .deadLetterSink .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .branches[] .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 .branches[] .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 .branches[] .delivery .deadLetterSink .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .branches[] .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 .branches[] .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 .branches[] .filter
Filter is the expression guarding the branch
- object
.spec .branches[] .filter .ref
Ref points to an Addressable.
- string
.spec .branches[] .filter .ref .apiVersion
API version of the referent.
- string
.spec .branches[] .filter .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .branches[] .filter .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .branches[] .filter .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 .branches[] .filter .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 .branches[] .filter .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .branches[] .filter .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.
- object
.spec .branches[] .reply
Reply is a Reference to where the result of Subscriber of this case gets sent to. If not specified, sent the result to the Parallel Reply
- object
.spec .branches[] .reply .ref
Ref points to an Addressable.
- string
.spec .branches[] .reply .ref .apiVersion
API version of the referent.
- string
.spec .branches[] .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 .branches[] .reply .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .branches[] .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 .branches[] .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 .branches[] .reply .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .branches[] .reply .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.
- object
.spec .branches[] .subscriber
Subscriber receiving the event when the filter passes
- object
.spec .branches[] .subscriber .ref
Ref points to an Addressable.
- string
.spec .branches[] .subscriber .ref .apiVersion
API version of the referent.
- string
.spec .branches[] .subscriber .ref .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.spec .branches[] .subscriber .ref .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.spec .branches[] .subscriber .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 .branches[] .subscriber .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 .branches[] .subscriber .CACerts
Certification Authority (CA) certificates in PEM format that the source trusts when sending events to the sink.
- string
.spec .branches[] .subscriber .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.
- 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 a case Subscriber gets sent to when the case does not have a Reply
- 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 sink.
- string
.spec .reply .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.
- object
.status
Status represents the current state of the Parallel. This data may be out of date.
- object
.status .address
Parallel is Addressable. It exposes the endpoint as an URI to get events delivered into the Parallel.
- string
.status .address .name
- string
.status .address .url
- string
.status .address .CACerts
- string
.status .address .audience
- array
.status .addresses
Parallel is Addressable. It exposes the endpoints as URIs to get events delivered into the Parallel.
- 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 .branchStatuses
BranchStatuses is an array of corresponding to branch statuses. Matches the Spec.Branches array in the order.
- object
.status .branchStatuses[] .filterChannelStatus
FilterChannelStatus corresponds to the filter channel status.
- object
.status .branchStatuses[] .filterChannelStatus .channel
Channel is the reference to the underlying channel.
- string
.status .branchStatuses[] .filterChannelStatus .channel .apiVersion
API version of the referent.
- string
.status .branchStatuses[] .filterChannelStatus .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 .branchStatuses[] .filterChannelStatus .channel .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .branchStatuses[] .filterChannelStatus .channel .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .branchStatuses[] .filterChannelStatus .channel .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .branchStatuses[] .filterChannelStatus .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 .branchStatuses[] .filterChannelStatus .channel .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- object
.status .branchStatuses[] .filterChannelStatus .ready
ReadyCondition indicates whether the Channel is ready or not.
- string
.status .branchStatuses[] .filterChannelStatus .ready .message
A human readable message indicating details about the transition.
- string
.status .branchStatuses[] .filterChannelStatus .ready .reason
The reason for the condition’s last transition.
- string
.status .branchStatuses[] .filterChannelStatus .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string
.status .branchStatuses[] .filterChannelStatus .ready .status
Status of the condition, one of True, False, Unknown.
- string
.status .branchStatuses[] .filterChannelStatus .ready .type
Type of condition.
- object
.status .branchStatuses[] .filterSubscriptionStatus
FilterSubscriptionStatus corresponds to the filter subscription status.
- object
.status .branchStatuses[] .filterSubscriptionStatus .ready
ReadyCondition indicates whether the Subscription is ready or not.
- string
.status .branchStatuses[] .filterSubscriptionStatus .ready .message
A human readable message indicating details about the transition.
- string
.status .branchStatuses[] .filterSubscriptionStatus .ready .reason
The reason for the condition’s last transition.
- string
.status .branchStatuses[] .filterSubscriptionStatus .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string
.status .branchStatuses[] .filterSubscriptionStatus .ready .status
Status of the condition, one of True, False, Unknown.
- string
.status .branchStatuses[] .filterSubscriptionStatus .ready .type
Type of condition.
- object
.status .branchStatuses[] .filterSubscriptionStatus .subscription
Subscription is the reference to the underlying Subscription.
- string
.status .branchStatuses[] .filterSubscriptionStatus .subscription .apiVersion
API version of the referent.
- string
.status .branchStatuses[] .filterSubscriptionStatus .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 .branchStatuses[] .filterSubscriptionStatus .subscription .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .branchStatuses[] .filterSubscriptionStatus .subscription .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .branchStatuses[] .filterSubscriptionStatus .subscription .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .branchStatuses[] .filterSubscriptionStatus .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 .branchStatuses[] .filterSubscriptionStatus .subscription .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- object
.status .branchStatuses[] .subscriberSubscriptionStatus
SubscriptionStatus corresponds to the subscriber subscription status.
- object
.status .branchStatuses[] .subscriberSubscriptionStatus .ready
ReadyCondition indicates whether the Subscription is ready or not.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .ready .message
A human readable message indicating details about the transition.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .ready .reason
The reason for the condition’s last transition.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .ready .status
Status of the condition, one of True, False, Unknown.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .ready .type
Type of condition.
- object
.status .branchStatuses[] .subscriberSubscriptionStatus .subscription
Subscription is the reference to the underlying Subscription.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .subscription .apiVersion
API version of the referent.
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .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 .branchStatuses[] .subscriberSubscriptionStatus .subscription .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .subscription .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .subscription .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .branchStatuses[] .subscriberSubscriptionStatus .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 .branchStatuses[] .subscriberSubscriptionStatus .subscription .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- array
.status .conditions
Conditions the latest available observations of a resource’s current state.
- 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
.status .conditions[] .status
Status of the condition, one of True, False, Unknown.
- string
.status .conditions[] .type
Type of condition.
- object
.status .ingressChannelStatus
IngressChannelStatus corresponds to the ingress channel status.
- object
.status .ingressChannelStatus .channel
Channel is the reference to the underlying channel.
- string
.status .ingressChannelStatus .channel .apiVersion
API version of the referent.
- string
.status .ingressChannelStatus .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 .ingressChannelStatus .channel .kind
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- string
.status .ingressChannelStatus .channel .name
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- string
.status .ingressChannelStatus .channel .namespace
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
- string
.status .ingressChannelStatus .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 .ingressChannelStatus .channel .uid
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids
- object
.status .ingressChannelStatus .ready
ReadyCondition indicates whether the Channel is ready or not.
- string
.status .ingressChannelStatus .ready .message
A human readable message indicating details about the transition.
- string
.status .ingressChannelStatus .ready .reason
The reason for the condition’s last transition.
- string
.status .ingressChannelStatus .ready .severity
Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.
- string
.status .ingressChannelStatus .ready .status
Status of the condition, one of True, False, Unknown.
- string
.status .ingressChannelStatus .ready .type
Type of condition.
- integer
.status .observedGeneration
ObservedGeneration is the ‘Generation’ of the Service that was last processed by the controller.