diff --git a/docs/reference/api/eventing/eventing.md b/docs/reference/api/eventing/eventing.md index 996ab92f401..6215c10c0fa 100644 --- a/docs/reference/api/eventing/eventing.md +++ b/docs/reference/api/eventing/eventing.md @@ -1,6 +1,9 @@
Packages:
-
Package v1 is the v1 version of the API.
+Package v1alpha1 is the v1alpha1 version of the API.
Resource Types: -string
alias)-(Appears on: -DeliverySpec) -
--
BackoffPolicyType is the type for backoff policies
- --
Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers -defining compatible resources to embed it. We will typically use this type to deserialize -Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
+ConfigMapPropagation is used to propagate configMaps from original namespace to current namespace
+apiVersion
+string |
+
+
+configs.internal.knative.dev/v1alpha1
+
+ |
+||||||||
+kind
+string
+ |
+ConfigMapPropagation |
+||||||||
metadata
@@ -83,6 +94,7 @@ Kubernetes meta/v1.ObjectMeta
|
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -91,43 +103,39 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ChannelableSpec
+
+ConfigMapPropagationSpec
|
- Spec is the part where the Channelable fulfills the Subscribable contract. +Spec defines the desired state of the ConfigMapPropagation
|
status
-
-ChannelableStatus
+
+ConfigMapPropagationStatus
|
+(Optional)
+ Status represents the current state of the EventType. +This data may be out of date. |
(Appears on: -ChannelSpec, -Channelable, -InMemoryChannelSpec) +ConfigMapPropagation)
-
ChannelableSpec contains Spec of the Channelable object
-SubscribableSpec
+originalNamespace
-
-SubscribableSpec
-
+string
|
-
-(Members of OriginalNamespace is the namespace where the original configMaps are in |
-delivery
+selector
-
-DeliverySpec
+
+Kubernetes meta/v1.LabelSelector
|
(Optional)
- DeliverySpec contains options controlling the event delivery +Selector only selects original configMaps with corresponding labels |
(Appears on: -ChannelStatus, -Channelable, -InMemoryChannelStatus) +ConfigMapPropagation)
-
ChannelableStatus contains the Status of a Channelable object.
+ConfigMapPropagationStatus represents the current state of a ConfigMapPropagation.
-AddressStatus
-
-knative.dev/pkg/apis/duck/v1.AddressStatus
-
- |
-
-
-(Members of AddressStatus is the part where the Channelable fulfills the Addressable contract. - |
-
-SubscribableStatus
+copyConfigmaps
-
-SubscribableStatus
+
+[]ConfigMapPropagationStatusCopyConfigMap
|
-
-(Members of Subscribers is populated with the statuses of each of the Channelable’s subscribers. - |
-
-deadLetterChannel
-
-knative.dev/pkg/apis/duck/v1.KReference
-
- |
-
(Optional)
- DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel -Failed messages are delivered here. +CopyConfigMaps is the status for each copied configmap. |
(Appears on: -BrokerSpec, -ChannelableSpec, -ParallelBranch, -SequenceStep, -SubscriberSpec, -SubscriptionSpec) +ConfigMapPropagationStatus)
-
DeliverySpec contains the delivery options for event senders, -such as channelable and source.
+ConfigMapPropagationStatusCopyConfigMap represents the status of a copied configmap
-deadLetterSink
+name
-knative.dev/pkg/apis/duck/v1.Destination
+string
|
-(Optional)
- DeadLetterSink is the sink receiving event that could not be sent to -a destination. +Name is copy configmap’s name |
-retry
+source
-int32
+string
|
-(Optional)
- Retry is the minimum number of retries the sender should attempt when -sending an event before moving it to the dead letter sink. +Source is “originalNamespace/originalConfigMapName” |
-backoffPolicy
+operation
-
-BackoffPolicyType
-
+string
|
-(Optional)
- BackoffPolicy is the retry backoff policy (linear, exponential). +Operation represents the operation CMP takes for this configmap. The operations are copy|delete|stop |
-backoffDelay
+ready
string
|
-(Optional)
- 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* Ready represents the operation is ready or not |
-
DeliveryStatus contains the Status of an object supporting delivery options.
- -Field | -Description | +
+reason
+
+string
+
+ |
+
+ Reason indicates reasons if the operation is not ready + |
---|---|---|---|
-deadLetterChannel
+resourceVersionFromSource
-knative.dev/pkg/apis/duck/v1.KReference
+string
|
-(Optional)
- DeadLetterChannel is a KReference that is the reference to the native, platform specific channel -where failed events are sent to. +ResourceVersion is the resourceVersion of original configmap |
-
Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers -defining compatible resources to embed it. We will typically use this type to deserialize -SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.
+Package v1 is the v1 version of the API.
-Field | -Description | +Resource Types: +
---|
Value | +Description | +
---|---|
"exponential" |
+Exponential backoff policy + |
+
"linear" |
+Linear backoff policy + |
+
+
Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers +defining compatible resources to embed it. We will typically use this type to deserialize +Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
+ +Field | +Description |
spec
-
-SubscribableSpec
+
+ChannelableSpec
|
- SubscribableSpec is the part where Subscribable object is -configured as to be compatible with Subscribable contract. +Spec is the part where the Channelable fulfills the Subscribable contract.
|
status
-
-SubscribableStatus
+
+ChannelableStatus
|
- SubscribableStatus is the part where SubscribableStatus object is -configured as to be compatible with Subscribable contract. |
---|
(Appears on: -ChannelableSpec, -Subscribable) +Channelable, +ChannelSpec, +ChannelTemplateSpecInternalSpec, +InMemoryChannelSpec)
-
SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.
+ChannelableSpec contains Spec of the Channelable object
-subscribers
+SubscribableSpec
-
-[]SubscriberSpec
+
+SubscribableSpec
|
- This is the list of subscriptions for this subscribable. - |
-
-(Appears on: -ChannelableStatus, -Subscribable) -
-
SubscribableStatus is the schema for the subscribable’s status portion of the status -section of the resource.
+(Members ofSubscribableSpec
are embedded into this type.)
-Field | -Description | +
---|---|
-subscribers
+delivery
-
-[]SubscriberStatus
+
+DeliverySpec
|
- This is the list of subscription’s statuses for this channel. +(Optional) +DeliverySpec contains the default delivery spec for each subscription +to this Channelable. Each subscription delivery spec, if any, overrides this +global delivery spec. |
(Appears on: -SubscribableSpec) +Channelable, +ChannelStatus, +InMemoryChannelStatus)
-
SubscriberSpec defines a single subscriber to a Subscribable.
-At least one of SubscriberURI and ReplyURI must be present
+ChannelableStatus contains the Status of a Channelable object.
-uid
-
-k8s.io/apimachinery/pkg/types.UID
-
- |
-
-(Optional)
- UID is used to understand the origin of the subscriber. - |
-
-generation
+Status
-int64
+knative.dev/pkg/apis/duck/v1.Status
|
-(Optional)
- Generation of the origin of the subscriber with uid:UID. +
+(Members of inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
-subscriberUri
+AddressStatus
-knative.dev/pkg/apis.URL
+knative.dev/pkg/apis/duck/v1.AddressStatus
|
-(Optional)
- SubscriberURI is the endpoint for the subscriber +
+(Members of AddressStatus is the part where the Channelable fulfills the Addressable contract. |
-replyUri
+SubscribableStatus
-knative.dev/pkg/apis.URL
+
+SubscribableStatus
+
|
-(Optional)
- ReplyURI is the endpoint for the reply +
+(Members of Subscribers is populated with the statuses of each of the Channelable’s subscribers. |
-delivery
+deadLetterChannel
-
-DeliverySpec
-
+knative.dev/pkg/apis/duck/v1.KReference
|
(Optional)
- DeliverySpec contains options controlling the event delivery +DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel +Failed messages are delivered here. |
(Appears on: -SubscribableStatus) +ChannelableSpec, +SubscriberSpec, +BrokerSpec, +ParallelBranch, +SequenceStep, +SubscriptionSpec)
-
SubscriberStatus defines the status of a single subscriber to a Channel.
+DeliverySpec contains the delivery options for event senders, +such as channelable and source.
-uid
+deadLetterSink
-k8s.io/apimachinery/pkg/types.UID
+knative.dev/pkg/apis/duck/v1.Destination
|
(Optional)
- UID is used to understand the origin of the subscriber. +DeadLetterSink is the sink receiving event that could not be sent to +a destination. |
-observedGeneration
+retry
-int64
+int32
|
(Optional)
- Generation of the origin of the subscriber with uid:UID. +Retry is the minimum number of retries the sender should attempt when +sending an event before moving it to the dead letter sink. |
-ready
+backoffPolicy
-
-Kubernetes core/v1.ConditionStatus
+
+BackoffPolicyType
|
- Status of the subscriber. +(Optional) +BackoffPolicy is the retry backoff policy (linear, exponential). |
-message
+backoffDelay
string
|
(Optional)
- A human readable message indicating details of Ready status. +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* |
-
Package v1alpha1 is the v1alpha1 version of the API.
- -Resource Types: --
Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers -defining compatible resources to embed it. We will typically use this type to deserialize -Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
+DeliveryStatus contains the Status of an object supporting delivery options.
-metadata
+deadLetterChannel
-
-Kubernetes meta/v1.ObjectMeta
-
-
- |
-
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
- |
-||||
-spec
-
-
-ChannelableSpec
-
-
- |
-
- Spec is the part where the Channelable fulfills the Subscribable contract. -- -
|
-||||
-status
-
-
-ChannelableStatus
-
+knative.dev/pkg/apis/duck/v1.KReference
|
+(Optional)
+ DeadLetterChannel is a KReference that is the reference to the native, platform specific channel +where failed events are sent to. |
-
ChannelableCombined is a skeleton type wrapping Subscribable and Addressable of -v1alpha1 and v1beta1 duck types. This is not to be used by resource writers and is -only used by Subscription Controller to synthesize patches and read the Status -of the Channelable Resources. -This is not a real resource.
+Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers +defining compatible resources to embed it. We will typically use this type to deserialize +SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.
spec
-
-ChannelableCombinedSpec
+
+SubscribableSpec
|
- Spec is the part where the Channelable fulfills the Subscribable contract. +SubscribableSpec is the part where Subscribable object is +configured as to be compatible with Subscribable contract.
|
status
-
-ChannelableCombinedStatus
+
+SubscribableStatus
|
+ SubscribableStatus is the part where SubscribableStatus object is +configured as to be compatible with Subscribable contract. |
(Appears on: -ChannelableCombined) +ChannelableSpec, +Subscribable)
-
ChannelableSpec contains Spec of the Channelable object
+SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.
-SubscribableTypeSpec
+subscribers
-
-SubscribableTypeSpec
+
+[]SubscriberSpec
|
-
-(Members of SubscribableTypeSpec is for the v1alpha1 spec compatibility. +This is the list of subscriptions for this subscribable. |
-SubscribableSpec
-
-
-SubscribableSpec
-
-
- |
-+ |
-(Members of SubscribableSpec
are embedded into this type.)
+(Appears on:
+ChannelableStatus,
+Subscribable)
SubscribableSpec is for the v1beta1 spec compatibility.
- ++
SubscribableStatus is the schema for the subscribable’s status portion of the status +section of the resource.
+ +Field | +Description |
---|---|
-delivery
+subscribers
-
-DeliverySpec
+
+[]SubscriberStatus
|
-(Optional)
- DeliverySpec contains options controlling the event delivery +This is the list of subscription’s statuses for this channel. |
(Appears on: -ChannelableCombined) +SubscribableSpec)
-
ChannelableStatus contains the Status of a Channelable object.
+SubscriberSpec defines a single subscriber to a Subscribable.
+At least one of SubscriberURI and ReplyURI must be present
-Status
+uid
-knative.dev/pkg/apis/duck/v1.Status
+k8s.io/apimachinery/pkg/types.UID
|
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +(Optional) +UID is used to understand the origin of the subscriber. |
-AddressStatus
+generation
-knative.dev/pkg/apis/duck/v1alpha1.AddressStatus
+int64
|
-
-(Members of AddressStatus is the part where the Channelable fulfills the Addressable contract. +(Optional) +Generation of the origin of the subscriber with uid:UID. |
-SubscribableTypeStatus
+subscriberUri
-
-SubscribableTypeStatus
-
+knative.dev/pkg/apis.URL
|
-
-(Members of SubscribableTypeStatus is the v1alpha1 part of the Subscribers status +(Optional) +SubscriberURI is the endpoint for the subscriber |
-SubscribableStatus
+replyUri
-
-SubscribableStatus
-
+knative.dev/pkg/apis.URL
|
-
-(Members of SubscribableStatus is the v1beta1 part of the Subscribers status. +(Optional) +ReplyURI is the endpoint for the reply |
-errorChannel
+delivery
-
-Kubernetes core/v1.ObjectReference
+
+DeliverySpec
|
(Optional)
- ErrorChannel is set by the channel when it supports native error handling via a channel +DeliverySpec contains options controlling the event delivery |
(Appears on: -Channelable) +SubscribableStatus)
-
ChannelableSpec contains Spec of the Channelable object
+SubscriberStatus defines the status of a single subscriber to a Channel.
-SubscribableTypeSpec
+uid
-
-SubscribableTypeSpec
-
+k8s.io/apimachinery/pkg/types.UID
|
-
-(Members of UID is used to understand the origin of the subscriber. |
-delivery
+observedGeneration
-
-DeliverySpec
-
+int64
|
(Optional)
- DeliverySpec contains options controlling the event delivery - |
-
-(Appears on: -Channelable) -
--
ChannelableStatus contains the Status of a Channelable object.
- -Field | -Description | -
---|---|
-Status
-
-knative.dev/pkg/apis/duck/v1.Status
-
- |
-
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. - |
-
-AddressStatus
-
-knative.dev/pkg/apis/duck/v1alpha1.AddressStatus
-
- |
-
-
-(Members of AddressStatus is the part where the Channelable fulfills the Addressable contract. +Generation of the origin of the subscriber with uid:UID. |
-SubscribableTypeStatus
+ready
-
-SubscribableTypeStatus
+
+Kubernetes core/v1.ConditionStatus
|
-
-(Members of Subscribers is populated with the statuses of each of the Channelable’s subscribers. +Status of the subscriber. |
-errorChannel
+message
-
-Kubernetes core/v1.ObjectReference
-
+string
|
(Optional)
- ErrorChannel is set by the channel when it supports native error handling via a channel +A human readable message indicating details of Ready status. |
+
Package v1alpha1 is the v1alpha1 version of the API.
+ +Resource Types: +-
Resource is a skeleton type wrapping all Kubernetes resources. It is typically used to watch -arbitrary other resources (such as any Source or Addressable). This is not a real resource.
+Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers +defining compatible resources to embed it. We will typically use this type to deserialize +Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
-(Appears on: -SubscribableTypeSpec) -
--
Subscribable is the schema for the subscribable portion of the spec -section of the resource.
- +spec
+
+
+ChannelableSpec
+
+
+Spec is the part where the Channelable fulfills the Subscribable contract.
+Field | -Description | +
+SubscribableTypeSpec
+
+
+SubscribableTypeSpec
+
+
+ |
+
+
+(Members of |
---|---|---|---|
-subscribers
+delivery
-
-[]SubscriberSpec
+
+DeliverySpec
|
- This is the list of subscriptions for this subscribable. +(Optional) +DeliverySpec contains options controlling the event delivery |
-(Appears on: -SubscribableTypeStatus) -
--
SubscribableStatus is the schema for the subscribable’s status portion of the status -section of the resource.
- -Field | -Description | +
---|---|
-subscribers
+status
-
-[]SubscriberStatus
+
+ChannelableStatus
|
- This is the list of subscription’s statuses for this channel. |
-
SubscribableType is a skeleton type wrapping Subscribable in the manner we expect resource writers -defining compatible resources to embed it. We will typically use this type to deserialize -SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.
+ChannelableCombined is a skeleton type wrapping Subscribable and Addressable of +v1alpha1 and v1beta1 duck types. This is not to be used by resource writers and is +only used by Subscription Controller to synthesize patches and read the Status +of the Channelable Resources. +This is not a real resource.
spec
-
-SubscribableTypeSpec
+
+ChannelableCombinedSpec
|
- SubscribableTypeSpec is the part where Subscribable object is -configured as to be compatible with Subscribable contract. +Spec is the part where the Channelable fulfills the Subscribable contract.
|
+SubscribableSpec
+
+
+SubscribableSpec
+
+
+ |
+
+
+(Members of SubscribableSpec is for the v1beta1 spec compatibility. |
-status
+delivery
-
-SubscribableTypeStatus
+
+DeliverySpec
|
- SubscribableTypeStatus is the part where SubscribableStatus object is -configured as to be compatible with Subscribable contract. +(Optional) +DeliverySpec contains options controlling the event delivery |
-(Appears on: -ChannelableCombinedSpec, -ChannelableSpec, -SubscribableType) -
--
SubscribableTypeSpec shows how we expect folks to embed Subscribable in their Spec field.
- -Field | -Description | +
---|---|
-subscribable
+status
-
-Subscribable
+
+ChannelableCombinedStatus
|
@@ -1375,16 +1197,14 @@ Subscribable
(Appears on: -ChannelableCombinedStatus, -ChannelableStatus, -SubscribableType) +ChannelableCombined)
-
SubscribableTypeStatus shows how we expect folks to embed Subscribable in their Status field.
+ChannelableSpec contains Spec of the Channelable object
-subscribableStatus
+SubscribableTypeSpec
-
-SubscribableStatus
+
+SubscribableTypeSpec
|
- | -
-(Appears on: -Subscribable) -
--
SubscriberSpec defines a single subscriber to a Subscribable. -Ref is a reference to the Subscription this SubscriberSpec was created for -SubscriberURI is the endpoint for the subscriber -ReplyURI is the endpoint for the reply -At least one of SubscriberURI and ReplyURI must be present
- -Field | -Description | -
---|---|
-uid
-
-k8s.io/apimachinery/pkg/types.UID
-
- |
-
-(Optional)
- UID is used to understand the origin of the subscriber. - |
-
-generation
-
-int64
-
- |
-
-(Optional)
- Generation of the origin of the subscriber with uid:UID. - |
-
-subscriberURI
-
-knative.dev/pkg/apis.URL
-
- |
--(Optional) - | -
-replyURI
-
-knative.dev/pkg/apis.URL
-
- |
-
-(Optional)
+
+(Members of SubscribableTypeSpec is for the v1alpha1 spec compatibility. |
-deadLetterSink
+SubscribableSpec
-knative.dev/pkg/apis.URL
+
+SubscribableSpec
+
|
-(Optional)
+
+(Members of SubscribableSpec is for the v1beta1 spec compatibility. |
(Optional)
+ DeliverySpec contains options controlling the event delivery |
-
Package v1beta1 is the v1beta1 version of the API.
- -Resource Types: -string
alias)(Appears on: -DeliverySpec) -
--
BackoffPolicyType is the type for backoff policies
+ChannelableCombined) --
Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers -defining compatible resources to embed it. We will typically use this type to deserialize -Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
+ChannelableStatus contains the Status of a Channelable object.
-metadata
+Status
-
-Kubernetes meta/v1.ObjectMeta
-
+knative.dev/pkg/apis/duck/v1.Status
|
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+
+(Members of inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
||||
-spec
+AddressStatus
-
-ChannelableSpec
-
+knative.dev/pkg/apis/duck/v1alpha1.AddressStatus
|
- Spec is the part where the Channelable fulfills the Subscribable contract. -- -
+(Members of SubscribableStatus is the v1beta1 part of the Subscribers status. |
||||
-status
+errorChannel
-
-ChannelableStatus
+
+Kubernetes core/v1.ObjectReference
|
+(Optional)
+ ErrorChannel is set by the channel when it supports native error handling via a channel |
(Appears on: -ChannelSpec, -Channelable, -InMemoryChannelSpec) +Channelable)
ChannelableSpec contains Spec of the Channelable object
@@ -1627,16 +1376,16 @@ ChannelableStatusSubscribableSpec
+SubscribableTypeSpec
-
-SubscribableSpec
+
+SubscribableTypeSpec
-(Members of SubscribableSpec
are embedded into this type.)
+(Members of SubscribableTypeSpec
are embedded into this type.)
(Appears on: -ChannelStatus, -Channelable, -InMemoryChannelStatus) +Channelable)
ChannelableStatus contains the Status of a Channelable object.
@@ -1695,7 +1442,7 @@ knative.dev/pkg/apis/duck/v1.StatusAddressStatus
-knative.dev/pkg/apis/duck/v1.AddressStatus
+knative.dev/pkg/apis/duck/v1alpha1.AddressStatus
SubscribableStatus
+SubscribableTypeStatus
-
-SubscribableStatus
+
+SubscribableTypeStatus
-(Members of SubscribableStatus
are embedded into this type.)
+(Members of SubscribableTypeStatus
are embedded into this type.)
Subscribers is populated with the statuses of each of the Channelable’s subscribers.
deadLetterChannel
+errorChannel
-knative.dev/pkg/apis/duck/v1.KReference
+
+Kubernetes core/v1.ObjectReference
+
DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel -Failed messages are delivered here.
+ErrorChannel is set by the channel when it supports native error handling via a channel
-(Appears on: -BrokerSpec, -ChannelableCombinedSpec, -ChannelableSpec, -ChannelableSpec, -ParallelBranch, -SequenceStep, -SubscriberSpec, -SubscriberSpec, -SubscriptionSpec) -
--
DeliverySpec contains the delivery options for event senders, -such as channelable and source.
+Resource is a skeleton type wrapping all Kubernetes resources. It is typically used to watch +arbitrary other resources (such as any Source or Addressable). This is not a real resource.
-deadLetterSink
+metadata
-knative.dev/pkg/apis/duck/v1.Destination
+
+Kubernetes meta/v1.ObjectMeta
+
|
-(Optional)
- DeadLetterSink is the sink receiving event that could not be sent to -a destination. +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
+(Appears on: +SubscribableTypeSpec) +
++
Subscribable is the schema for the subscribable portion of the spec +section of the resource.
+ +Field | +Description | +
---|---|
-retry
+subscribers
-int32
-
- |
-
-(Optional)
- Retry is the minimum number of retries the sender should attempt when -sending an event before moving it to the dead letter sink. - |
-
-backoffPolicy
-
-
-BackoffPolicyType
+
+[]SubscriberSpec
|
-(Optional)
- BackoffPolicy is the retry backoff policy (linear, exponential). - |
-
-backoffDelay
-
-string
-
- |
-
-(Optional)
- 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* This is the list of subscriptions for this subscribable. |
-
DeliveryStatus contains the Status of an object supporting delivery options.
+(Appears on: +SubscribableTypeStatus) + ++
SubscribableStatus is the schema for the subscribable’s status portion of the status +section of the resource.
-deadLetterChannel
+subscribers
-knative.dev/pkg/apis/duck/v1.KReference
+
+[]SubscriberStatus
+
|
-(Optional)
- DeadLetterChannel is a KReference that is the reference to the native, platform specific channel -where failed events are sent to. +This is the list of subscription’s statuses for this channel. |
-
Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers +
SubscribableType is a skeleton type wrapping Subscribable in the manner we expect resource writers defining compatible resources to embed it. We will typically use this type to deserialize SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.
@@ -1882,28 +1613,27 @@ Refer to the Kubernetes API documentation for the fields of thespec
-
-SubscribableSpec
+
+SubscribableTypeSpec
SubscribableSpec is the part where Subscribable object is +
SubscribableTypeSpec is the part where Subscribable object is configured as to be compatible with Subscribable contract.
-subscribers
+subscribable
-
-[]SubscriberSpec
+
+Subscribable
|
- This is the list of subscriptions for this subscribable. |
status
-
-SubscribableStatus
+
+SubscribableTypeStatus
SubscribableStatus is the part where SubscribableStatus object is +
SubscribableTypeStatus is the part where SubscribableStatus object is configured as to be compatible with Subscribable contract.
(Appears on: ChannelableCombinedSpec, -ChannelableSpec, -Subscribable) +ChannelableSpec, +SubscribableType)
-
SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.
+SubscribableTypeSpec shows how we expect folks to embed Subscribable in their Spec field.
-subscribers
+subscribable
-
-[]SubscriberSpec
+
+Subscribable
|
- This is the list of subscriptions for this subscribable. |
(Appears on: ChannelableCombinedStatus, -ChannelableStatus, -Subscribable) +ChannelableStatus, +SubscribableType)
-
SubscribableStatus is the schema for the subscribable’s status portion of the status -section of the resource.
+SubscribableTypeStatus shows how we expect folks to embed Subscribable in their Status field.
-subscribers
+subscribableStatus
-
-[]SubscriberStatus
+
+SubscribableStatus
|
- This is the list of subscription’s statuses for this channel. |
(Appears on: -SubscribableSpec) +Subscribable)
-
SubscriberSpec defines a single subscriber to a Subscribable.
-At least one of SubscriberURI and ReplyURI must be present
+SubscriberSpec defines a single subscriber to a Subscribable. +Ref is a reference to the Subscription this SubscriberSpec was created for +SubscriberURI is the endpoint for the subscriber +ReplyURI is the endpoint for the reply +At least one of SubscriberURI and ReplyURI must be present
-subscriberUri
+subscriberURI
knative.dev/pkg/apis.URL
|
(Optional)
- SubscriberURI is the endpoint for the subscriber |
-replyUri
+replyURI
+
+knative.dev/pkg/apis.URL
+
+ |
++(Optional) + | +
+deadLetterSink
knative.dev/pkg/apis.URL
|
(Optional)
- ReplyURI is the endpoint for the reply |
(Optional)
- DeliverySpec contains options controlling the event delivery |
+
Package v1beta1 is the v1beta1 version of the API.
+ +Resource Types: +string
alias)(Appears on: -SubscribableStatus, -SubscribableStatus) +DeliverySpec)
-
SubscriberStatus defines the status of a single subscriber to a Channel.
+BackoffPolicyType is the type for backoff policies
Field | +Value | Description |
---|---|---|
-uid
-
-k8s.io/apimachinery/pkg/types.UID
-
- |
-
-(Optional)
- UID is used to understand the origin of the subscriber. - |
-|
-observedGeneration
-
-int64
-
- |
-
-(Optional)
- Generation of the origin of the subscriber with uid:UID. - |
-|
-ready
-
-
-Kubernetes core/v1.ConditionStatus
-
-
- |
-
- Status of the subscriber. - |
-|
-message
-
-string
-
+ | ||
"exponential" |
+Exponential backoff policy |
-
-(Optional)
- A human readable message indicating details of Ready status. + |
"linear" |
+Linear backoff policy |
-
-
Package v1beta1 is the v1beta1 version of the API.
- -Resource Types: --
Parallel defines conditional branches that will be wired in -series through Channels and Subscriptions.
+Channelable is a skeleton type wrapping Subscribable and Addressable in the manner we expect resource writers +defining compatible resources to embed it. We will typically use this type to deserialize +Channelable ObjectReferences and access their subscription and address data. This is not a real resource.
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -2185,84 +1878,122 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ParallelSpec
+
+ChannelableSpec
|
- Spec defines the desired state of the Parallel. +Spec is the part where the Channelable fulfills the Subscribable contract.
|
-reply
+status
-knative.dev/pkg/apis/duck/v1.Destination
+
+ChannelableStatus
+
|
-(Optional)
- Reply is a Reference to where the result of a case Subscriber gets sent to -when the case does not have a Reply |
+(Appears on: +Channelable, +ChannelSpec, +InMemoryChannelSpec) +
++
ChannelableSpec contains Spec of the Channelable object
+ +Field | +Description |
---|---|
-status
+SubscribableSpec
-
-ParallelStatus
+
+SubscribableSpec
+
+
+ |
+
+
+(Members of |
+
+delivery
+
+
+DeliverySpec
|
(Optional)
- Status represents the current state of the Parallel. This data may be out of -date. +DeliverySpec contains options controlling the event delivery |
(Appears on: -ParallelSpec) +Channelable, +ChannelStatus, +InMemoryChannelStatus)
+
ChannelableStatus contains the Status of a Channelable object.
-filter
+Status
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.Status
|
-(Optional)
- Filter is the expression guarding the branch +
+(Members of inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
-subscriber
+AddressStatus
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.AddressStatus
|
- Subscriber receiving the event when the filter passes +
+(Members of AddressStatus is the part where the Channelable fulfills the Addressable contract. |
-reply
+SubscribableStatus
-knative.dev/pkg/apis/duck/v1.Destination
+
+SubscribableStatus
+
|
-(Optional)
- 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 +
+(Members of Subscribers is populated with the statuses of each of the Channelable’s subscribers. |
-delivery
+deadLetterChannel
-
-DeliverySpec
-
+knative.dev/pkg/apis/duck/v1.KReference
|
(Optional)
- Delivery is the delivery specification for events to the subscriber -This includes things like retries, DLQ, etc. -Needed for Roundtripping v1alpha1 <-> v1beta1. +DeadLetterChannel is a KReference and is set by the channel when it supports native error handling via a channel +Failed messages are delivered here. |
(Appears on: -ParallelStatus) +ChannelableCombinedSpec, +ChannelableSpec, +SubscriberSpec, +ChannelableSpec, +SubscriberSpec, +BrokerSpec, +ParallelBranch, +SequenceStep, +SubscriptionSpec)
-
ParallelBranchStatus represents the current state of a Parallel branch
+DeliverySpec contains the delivery options for event senders, +such as channelable and source.
-filterSubscriptionStatus
+deadLetterSink
-
-ParallelSubscriptionStatus
-
+knative.dev/pkg/apis/duck/v1.Destination
|
- FilterSubscriptionStatus corresponds to the filter subscription status. +(Optional) +DeadLetterSink is the sink receiving event that could not be sent to +a destination. |
-filterChannelStatus
+retry
-
-ParallelChannelStatus
-
+int32
|
- FilterChannelStatus corresponds to the filter channel status. +(Optional) +Retry is the minimum number of retries the sender should attempt when +sending an event before moving it to the dead letter sink. |
-subscriberSubscriptionStatus
+backoffPolicy
-
-ParallelSubscriptionStatus
+
+BackoffPolicyType
|
- SubscriptionStatus corresponds to the subscriber subscription status. +(Optional) +BackoffPolicy is the retry backoff policy (linear, exponential). + |
+
+backoffDelay
+
+string
+
+ |
+
+(Optional)
+ 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* |
-(Appears on: -ParallelBranchStatus, -ParallelStatus) -
-+
DeliveryStatus contains the Status of an object supporting delivery options.
-channel
-
-
-Kubernetes core/v1.ObjectReference
-
-
- |
-
- Channel is the reference to the underlying channel. - |
-
-ready
+deadLetterChannel
-knative.dev/pkg/apis.Condition
+knative.dev/pkg/apis/duck/v1.KReference
|
- ReadyCondition indicates whether the Channel is ready or not. +(Optional) +DeadLetterChannel is a KReference that is the reference to the native, platform specific channel +where failed events are sent to. |
-(Appears on: -Parallel) -
-+
Subscribable is a skeleton type wrapping Subscribable in the manner we expect resource writers +defining compatible resources to embed it. We will typically use this type to deserialize +SubscribableType ObjectReferences and access the Subscription data. This is not a real resource.
-branches
+metadata
-
-[]ParallelBranch
+
+Kubernetes meta/v1.ObjectMeta
|
- Branches is the list of Filter/Subscribers pairs. +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
||
-channelTemplate
+spec
-
-ChannelTemplateSpec
+
+SubscribableSpec
|
-(Optional)
- 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). +SubscribableSpec is the part where Subscribable object is +configured as to be compatible with Subscribable contract. ++ +
|
||
-reply
+status
-knative.dev/pkg/apis/duck/v1.Destination
+
+SubscribableStatus
+
|
-(Optional)
- Reply is a Reference to where the result of a case Subscriber gets sent to -when the case does not have a Reply +SubscribableStatus is the part where SubscribableStatus object is +configured as to be compatible with Subscribable contract. |
(Appears on: -Parallel) +ChannelableCombinedSpec, +ChannelableSpec, +Subscribable)
-
ParallelStatus represents the current state of a Parallel.
+SubscribableSpec shows how we expect folks to embed Subscribable in their Spec field.
-Status
+subscribers
-knative.dev/pkg/apis/duck/v1.Status
+
+[]SubscriberSpec
+
|
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. - |
-
-ingressChannelStatus
-
-
-ParallelChannelStatus
-
-
- |
-
- IngressChannelStatus corresponds to the ingress channel status. - |
-
-branchStatuses
-
-
-[]ParallelBranchStatus
-
-
- |
-
- BranchStatuses is an array of corresponding to branch statuses. -Matches the Spec.Branches array in the order. - |
-
-AddressStatus
-
-knative.dev/pkg/apis/duck/v1.AddressStatus
-
- |
-
-
-(Members of AddressStatus is the starting point to this Parallel. Sending to this -will target the first subscriber. -It generally has the form {channel}.{namespace}.svc.{cluster domain name} +This is the list of subscriptions for this subscribable. |
(Appears on: -ParallelBranchStatus) +ChannelableCombinedStatus, +ChannelableStatus, +Subscribable)
+
SubscribableStatus is the schema for the subscribable’s status portion of the status +section of the resource.
-subscription
+subscribers
-
-Kubernetes core/v1.ObjectReference
+
+[]SubscriberStatus
|
- Subscription is the reference to the underlying Subscription. - |
-
-ready
-
-knative.dev/pkg/apis.Condition
-
- |
-
- ReadyCondition indicates whether the Subscription is ready or not. +This is the list of subscription’s statuses for this channel. |
-
Sequence defines a sequence of Subscribers that will be wired in -series through Channels and Subscriptions.
+(Appears on: +SubscribableSpec) + ++
SubscriberSpec defines a single subscriber to a Subscribable.
+At least one of SubscriberURI and ReplyURI must be present
-metadata
+uid
-
-Kubernetes meta/v1.ObjectMeta
-
+k8s.io/apimachinery/pkg/types.UID
|
(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+UID is used to understand the origin of the subscriber. |
||||||
-spec
-
-
-SequenceSpec
-
-
- |
-
- Spec defines the desired state of the Sequence. -- -
ReplyURI is the endpoint for the reply |
||||||
-status
+delivery
-
-SequenceStatus
+
+DeliverySpec
|
(Optional)
- Status represents the current state of the Sequence. This data may be out of -date. +DeliverySpec contains options controlling the event delivery |
(Appears on: -SequenceStatus) +SubscribableStatus, +SubscribableStatus)
+
SubscriberStatus defines the status of a single subscriber to a Channel.
-channel
-
-
-Kubernetes core/v1.ObjectReference
-
-
- |
-
- Channel is the reference to the underlying channel. - |
-
-ready
+uid
-knative.dev/pkg/apis.Condition
+k8s.io/apimachinery/pkg/types.UID
|
- ReadyCondition indicates whether the Channel is ready or not. +(Optional) +UID is used to understand the origin of the subscriber. |
-(Appears on: -Sequence) -
--
-Field | -Description | -
---|---|
-steps
+observedGeneration
-
-[]SequenceStep
-
+int64
|
- Steps is the list of Destinations (processors / functions) that will be called in the order -provided. Each step has its own delivery options +(Optional) +Generation of the origin of the subscriber with uid:UID. |
-channelTemplate
+ready
-
-ChannelTemplateSpec
+
+Kubernetes core/v1.ConditionStatus
|
-(Optional)
- 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). +Status of the subscriber. |
-reply
+message
-knative.dev/pkg/apis/duck/v1.Destination
+string
|
(Optional)
- Reply is a Reference to where the result of the last Subscriber gets sent to. +A human readable message indicating details of Ready status. |
-(Appears on: -Sequence) +
Package v1 is the v1 version of the API.
+Resource Types: + +-
SequenceStatus represents the current state of a Sequence.
+Broker collects a pool of events that are consumable using Triggers. Brokers +provide a well-known endpoint for event delivery that senders can use with +minimal knowledge of the event routing strategy. Subscribers use Triggers to +request delivery of events from a Broker’s pool to a specific URL or +Addressable endpoint.
-Status
-
-knative.dev/pkg/apis/duck/v1.Status
-
+apiVersion
+string |
+
+
+eventing.knative.dev/v1
+
|
+
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +kind
+string
|
+Broker |
-subscriptionStatuses
+metadata
-
-[]SequenceSubscriptionStatus
+
+Kubernetes meta/v1.ObjectMeta
|
- SubscriptionStatuses is an array of corresponding Subscription statuses. -Matches the Spec.Steps array in the order. +(Optional) +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
-channelStatuses
+spec
-
-[]SequenceChannelStatus
+
+BrokerSpec
|
- ChannelStatuses is an array of corresponding Channel statuses. -Matches the Spec.Steps array in the order. - |
-
-AddressStatus
-
-knative.dev/pkg/apis/duck/v1.AddressStatus
-
- |
-
-
-(Members of AddressStatus is the starting point to this Sequence. Sending to this -will target the first subscriber. -It generally has the form {channel}.{namespace}.svc.{cluster domain name} - |
-
-(Appears on: -SequenceSpec) -
--
+Spec defines the desired state of the Broker.
+Field | -Description | -
---|---|
-Destination
+config
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.KReference
|
-
-(Members of Subscriber receiving the step event +(Optional) +Config is a KReference to the configuration that specifies +configuration options for this Broker. For example, this could be +a pointer to a ConfigMap. |
delivery
-
+
DeliverySpec
|
(Optional)
- Delivery is the delivery specification for events to the subscriber + Delivery is the delivery specification for Events within the Broker mesh. This includes things like retries, DLQ, etc. |
-(Appears on: -SequenceStatus) -
--
-Field | -Description | -
---|---|
-subscription
-
-
-Kubernetes core/v1.ObjectReference
-
-
- |
-
- Subscription is the reference to the underlying Subscription. |
-ready
+status
-knative.dev/pkg/apis.Condition
+
+BrokerStatus
+
|
- ReadyCondition indicates whether the Subscription is ready or not. +(Optional) +Status represents the current state of the Broker. This data may be out of +date. |
-
Package v1beta1 contains API Schema definitions for the sources v1beta1 API group.
- -Resource Types: --
ApiServerSource is the Schema for the apiserversources API
+Trigger represents a request to have events delivered to a subscriber from a +Broker’s event pool.
-sources.knative.dev/v1beta1
+eventing.knative.dev/v1
|
@@ -3022,7 +2625,7 @@ sources.knative.dev/v1beta1
ApiServerSource |
+Trigger |
|||||||
@@ -3034,6 +2637,7 @@ Kubernetes meta/v1.ObjectMeta |
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -3042,113 +2646,129 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ApiServerSourceSpec
+
+TriggerSpec
|
+ Spec defines the desired state of the Trigger.
|
||||||
-mode
+status
-string
+
+TriggerStatus
+
|
(Optional)
- EventMode controls the format of the event.
- Status represents the current state of the Trigger. This data may be out of +date. |
+(Appears on: +Broker) +
++
+Field | +Description | +
---|---|
-serviceAccountName
+config
-string
+knative.dev/pkg/apis/duck/v1.KReference
|
(Optional)
- ServiceAccountName is the name of the ServiceAccount to use to run this -source. Defaults to default if not set. - |
-
Config is a KReference to the configuration that specifies +configuration options for this Broker. For example, this could be +a pointer to a ConfigMap.
status
+delivery
-
-ApiServerSourceStatus
+
+DeliverySpec
Delivery is the delivery specification for Events within the Broker mesh. +This includes things like retries, DLQ, etc.
-
ContainerSource is the Schema for the containersources API
+(Appears on: +Broker) + ++
BrokerStatus represents the current state of a Broker.
-apiVersion
-string |
+
-
-sources.knative.dev/v1beta1
-
+
+(Members of inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Broker that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
|
-kind
-string
+address
+
+knative.dev/pkg/apis/duck/v1.Addressable
+
|
-ContainerSource |
+
+ Broker is Addressable. It exposes the endpoint as an URI to get events +delivered into the Broker mesh. + |
+
+(Appears on: +TriggerSpec) +
++
+Field | +Description |
---|---|
-metadata
+attributes
-
-Kubernetes meta/v1.ObjectMeta
+
+TriggerFilterAttributes
|
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+(Optional)
+Attributes filters events by exact match on event context attributes. +Each key in the map is compared with the equivalent key in the event +context. An event passes the filter if all values are equal to the +specified values. +Nested context attributes are not supported as keys. Only string values are supported. |
map[string]string
alias)+(Appears on: +TriggerFilter) +
++
TriggerFilterAttributes is a map of context attribute names to values for +filtering by equality. Only exact matches will pass the filter. You can use the value “ +to indicate all strings match.
+ ++(Appears on: +Trigger) +
++
+Field | +Description | +||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-spec
+broker
-
-ContainerSourceSpec
-
+string
|
- - -
TriggerStatus +++(Appears on: +Trigger) + ++ TriggerStatus represents the current state of a Trigger. + +
PingSource
+ |
-sources.knative.dev/v1beta1
+eventing.knative.dev/v1beta1
|
@@ -3278,7 +3002,7 @@ sources.knative.dev/v1beta1
PingSource |
+Broker |
|||||||||||
@@ -3290,6 +3014,7 @@ Kubernetes meta/v1.ObjectMeta |
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -3298,71 +3023,43 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-PingSourceSpec
+
+BrokerSpec
|
+ Spec defines the desired state of the Broker.
|
status
-
-PingSourceStatus
+
+BrokerStatus
|
+(Optional)
+ Status represents the current state of the Broker. This data may be out of +date. |
-
SinkBinding describes a Binding that is also a Source.
-The sink
(from the Source duck) is resolved to a URL and
-then projected into the subject
by augmenting the runtime
-contract of the referenced containers to have a K_SINK
-environment variable holding the endpoint to which to send
-cloud events.
EventType represents a type of event that can be consumed from a Broker.
-sources.knative.dev/v1beta1
+eventing.knative.dev/v1beta1
|
@@ -3415,7 +3110,7 @@ sources.knative.dev/v1beta1
SinkBinding |
+EventType |
|||||
@@ -3427,6 +3122,7 @@ Kubernetes meta/v1.ObjectMeta |
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -3435,174 +3131,117 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-SinkBindingSpec
+
+EventTypeSpec
|
+ Spec defines the desired state of the EventType.
Source is a URI, it represents the CloudEvents source. |
||||
-status
+schema
-
-SinkBindingStatus
-
+knative.dev/pkg/apis.URL
|
+(Optional)
+ Schema is a URI, it represents the CloudEvents schemaurl extension attribute. +It may be a JSON schema, a protobuf schema, etc. It is optional. |
-(Appears on: -ApiServerSourceSpec) -
--
APIVersionKind is an APIVersion and Kind tuple.
- -Field | -Description | -
---|---|
-apiVersion
+schemaData
string
|
- APIVersion - the API version of the resource to watch. +(Optional) +SchemaData allows the CloudEvents schema to be stored directly in the +EventType. Content is dependent on the encoding. Optional attribute. +The contents are not validated or manipulated by the system. |
-kind
+broker
string
|
- Kind of the resource to watch. -More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +(Optional) +TODO remove https://github.com/knative/eventing/issues/2750 +Broker refers to the Broker that can provide the EventType. |
-(Appears on: -ApiServerSourceSpec) -
--
APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.
- -Field | -Description | -
---|---|
-apiVersion
+description
string
|
- APIVersion - the API version of the resource to watch. +(Optional) +Description is an optional field used to describe the EventType, in any meaningful way. |
-kind
-
-string
-
- |
-
- Kind of the resource to watch. -More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + |
selector
+status
-
-Kubernetes meta/v1.LabelSelector
+
+EventTypeStatus
LabelSelector filters this source to objects to those resources pass the -label selector. -More info: http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
+Status represents the current state of the EventType. +This data may be out of date. +TODO might be removed https://github.com/knative/eventing/issues/2750
-(Appears on: -ApiServerSource) -
--
ApiServerSourceSpec defines the desired state of ApiServerSource
+Trigger represents a request to have events delivered to a consumer from a +Broker’s event pool.
- Resource are the resources this source will track and send related -lifecycle events from the Kubernetes ApiServer, with an optional label -selector to help filter. +(Optional) +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
-owner
+spec
-
-APIVersionKind
+
+TriggerSpec
|
-(Optional)
- ResourceOwner is an additional filter to only track resources that are -owned by a specific resource type. If ResourceOwner matches Resources[n] -then Resources[n] is allowed to pass the ResourceOwner filter. +Spec defines the desired state of the Trigger. ++ +
ApiServerSourceStatus ---(Appears on: -ApiServerSource) - -- ApiServerSourceStatus defines the observed state of ApiServerSource - -
ContainerSourceSpec
+ |
-SourceSpec
+config
-knative.dev/pkg/apis/duck/v1.SourceSpec
+knative.dev/pkg/apis/duck/v1.KReference
|
-
-(Members of inherits duck/v1 SourceSpec, which currently provides: -* Sink - a reference to an object that will resolve to a domain name or -a URI directly to use as the sink. -* CloudEventOverrides - defines overrides to control the output format -and modifications of the event sent to the sink. +(Optional) +Config is a KReference to the configuration that specifies +configuration options for this Broker. For example, this could be +a pointer to a ConfigMap. |
-template
+delivery
-
-Kubernetes core/v1.PodTemplateSpec
+
+DeliverySpec
|
- Template describes the pods that will be created +(Optional) +Delivery is the delivery specification for Events within the Broker mesh. +This includes things like retries, DLQ, etc. |
(Appears on: -ContainerSource) +Broker)
-
ContainerSourceStatus defines the observed state of ContainerSource
+BrokerStatus represents the current state of a Broker.
-SourceStatus
+Status
-knative.dev/pkg/apis/duck/v1.SourceStatus
+knative.dev/pkg/apis/duck/v1.Status
|
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. + |
+
+address
+
+knative.dev/pkg/apis/duck/v1.Addressable
+
+ |
+
+ Broker is Addressable. It exposes the endpoint as an URI to get events +delivered into the Broker mesh. |
(Appears on: -PingSource) +EventType)
-
PingSourceSpec defines the desired state of the PingSource.
-SourceSpec
+type
-knative.dev/pkg/apis/duck/v1.SourceSpec
+string
|
-
-(Members of inherits duck/v1 SourceSpec, which currently provides: -* Sink - a reference to an object that will resolve to a domain name or -a URI directly to use as the sink. -* CloudEventOverrides - defines overrides to control the output format -and modifications of the event sent to the sink. +Type represents the CloudEvents type. It is authoritative. |
-schedule
+source
-string
+knative.dev/pkg/apis.URL
|
(Optional)
- Schedule is the cronjob schedule. Defaults to Source is a URI, it represents the CloudEvents source. |
-timezone
+schema
-string
+knative.dev/pkg/apis.URL
|
- Timezone modifies the actual time relative to the specified timezone. -Defaults to the system time zone. -More general information about time zones: https://www.iana.org/time-zones -List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +(Optional) +Schema is a URI, it represents the CloudEvents schemaurl extension attribute. +It may be a JSON schema, a protobuf schema, etc. It is optional. |
-jsonData
+schemaData
string
|
(Optional)
- JsonData is json encoded data used as the body of the event posted to -the sink. Default is empty. If set, datacontenttype will also be set -to “application/json”. +SchemaData allows the CloudEvents schema to be stored directly in the +EventType. Content is dependent on the encoding. Optional attribute. +The contents are not validated or manipulated by the system. |
-(Appears on: -PingSource) -
--
PingSourceStatus defines the observed state of PingSource.
- -Field | -Description | +
+broker
+
+string
+
+ |
+
+(Optional)
+ TODO remove https://github.com/knative/eventing/issues/2750 +Broker refers to the Broker that can provide the EventType. + |
---|---|---|---|
-SourceStatus
+description
-knative.dev/pkg/apis/duck/v1.SourceStatus
+string
|
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +(Optional) +Description is an optional field used to describe the EventType, in any meaningful way. |
(Appears on: -SinkBinding) +EventType)
-
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
+EventTypeStatus represents the current state of a EventType.
-SourceSpec
-
-knative.dev/pkg/apis/duck/v1.SourceSpec
-
- |
-
-
-(Members of inherits duck/v1 SourceSpec, which currently provides: -* Sink - a reference to an object that will resolve to a domain name or -a URI directly to use as the sink. -* CloudEventOverrides - defines overrides to control the output format -and modifications of the event sent to the sink. - |
-
-BindingSpec
+Status
-knative.dev/pkg/apis/duck/v1beta1.BindingSpec
+knative.dev/pkg/apis/duck/v1.Status
|
-(Members of inherits duck/v1beta1 BindingSpec, which currently provides: -* Subject - Subject references the resource(s) whose “runtime contract” -should be augmented by Binding implementations. +inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
(Appears on: -SinkBinding) +TriggerSpec)
-
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
-SourceStatus
+attributes
-knative.dev/pkg/apis/duck/v1.SourceStatus
+
+TriggerFilterAttributes
+
|
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +(Optional) +Attributes filters events by exact match on event context attributes. +Each key in the map is compared with the equivalent key in the event +context. An event passes the filter if all values are equal to the +specified values. +Nested context attributes are not supported as keys. Only string values are supported. |
map[string]string
alias)-
Package v1 is the v1 version of the API.
+(Appears on: +TriggerFilter) -Resource Types: - -+
TriggerFilterAttributes is a map of context attribute names to values for +filtering by equality. Only exact matches will pass the filter. You can use the value “ +to indicate all strings match.
+ +-
Broker collects a pool of events that are consumable using Triggers. Brokers -provide a well-known endpoint for event delivery that senders can use with -minimal knowledge of the event routing strategy. Subscribers use Triggers to -request delivery of events from a Broker’s pool to a specific URL or -Addressable endpoint.
+(Appears on: +Trigger) + +
-apiVersion
-string |
-
-
-eventing.knative.dev/v1
-
+broker
+
+string
+
|
-
-kind
-string
+Broker is the broker that this trigger receives events from. If not specified, will default +to ‘default’. |
-Broker |
-metadata
+filter
-
-Kubernetes meta/v1.ObjectMeta
+
+TriggerFilter
|
(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+Filter is the filter to apply against all events from the Broker. Only events that pass this +filter will be sent to the Subscriber. If not specified, will default to allowing all events. |
-spec
+subscriber
-
-BrokerSpec
-
+knative.dev/pkg/apis/duck/v1.Destination
|
- Spec defines the desired state of the Broker. -- + Subscriber is the addressable that receives events from the Broker that pass the Filter. It +is required. + |
+
+(Appears on: +Trigger) +
++
TriggerStatus represents the current state of a Trigger.
+
-config
-
-knative.dev/pkg/apis/duck/v1.KReference
-
- |
-
-(Optional)
- Config is a KReference to the configuration that specifies -configuration options for this Broker. For example, this could be -a pointer to a ConfigMap. - |
+Field | +Description |
---|---|---|---|
-delivery
+Status
-
-DeliverySpec
-
+knative.dev/pkg/apis/duck/v1.Status
|
-(Optional)
- Delivery is the delivery specification for Events within the Broker mesh. -This includes things like retries, DLQ, etc. - |
-
+(Members of Status
are embedded into this type.)
+
inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state.
status
+subscriberUri
-
-BrokerStatus
-
+knative.dev/pkg/apis.URL
Status represents the current state of the Broker. This data may be out of -date.
+SubscriberURI is the resolved URI of the receiver for this Trigger.
+
Package v1 is the v1 version of the API.
+ +Resource Types: +-
Trigger represents a request to have events delivered to a subscriber from a -Broker’s event pool.
+Parallel defines conditional branches that will be wired in +series through Channels and Subscriptions.
-apiVersion
-string |
-
-
-eventing.knative.dev/v1
-
- |
-|||||||||
-kind
-string
- |
-Trigger |
-|||||||||
metadata
@@ -4200,52 +3768,55 @@ Refer to the Kubernetes API documentation for the fields of the
|
spec
-
-TriggerSpec
+
+ParallelSpec
- | Spec defines the desired state of the Trigger. +Spec defines the desired state of the Parallel.
|
status
-
-TriggerStatus
+
+ParallelStatus
(Optional)
- |
Status represents the current state of the Trigger. This data may be out of + Status represents the current state of the Parallel. This data may be out of date. |
(Appears on: -Broker) +ParallelSpec)
@@ -4286,16 +3857,38 @@ date.
config
+filter
-knative.dev/pkg/apis/duck/v1.KReference
+knative.dev/pkg/apis/duck/v1.Destination
Config is a KReference to the configuration that specifies -configuration options for this Broker. For example, this could be -a pointer to a ConfigMap.
+Filter is the expression guarding the branch
+subscriber
+
+knative.dev/pkg/apis/duck/v1.Destination
+
+Subscriber receiving the event when the filter passes
+reply
+
+knative.dev/pkg/apis/duck/v1.Destination
+
+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
Delivery is the delivery specification for Events within the Broker mesh. +
Delivery is the delivery specification for events to the subscriber This includes things like retries, DLQ, etc.
(Appears on: -Broker) +ParallelStatus)
-
BrokerStatus represents the current state of a Broker.
+ParallelBranchStatus represents the current state of a Parallel branch
-Status
+filterSubscriptionStatus
-knative.dev/pkg/apis/duck/v1.Status
+
+ParallelSubscriptionStatus
+
|
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Broker that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +FilterSubscriptionStatus corresponds to the filter subscription status. |
-address
+filterChannelStatus
-knative.dev/pkg/apis/duck/v1.Addressable
+
+ParallelChannelStatus
+
|
- Broker is Addressable. It exposes the endpoint as an URI to get events -delivered into the Broker mesh. +FilterChannelStatus corresponds to the filter channel status. + |
+
+subscriberSubscriptionStatus
+
+
+ParallelSubscriptionStatus
+
+
+ |
+
+ SubscriptionStatus corresponds to the subscriber subscription status. |
(Appears on: -TriggerSpec) +ParallelBranchStatus, +ParallelStatus)
@@ -4380,40 +3985,35 @@ delivered into the Broker mesh.
attributes
+channel
-
-TriggerFilterAttributes
+
+Kubernetes core/v1.ObjectReference
Attributes filters events by exact match on event context attributes. -Each key in the map is compared with the equivalent key in the event -context. An event passes the filter if all values are equal to the -specified values.
-Nested context attributes are not supported as keys. Only string values are supported.
+Channel is the reference to the underlying channel.
+ready
+
+knative.dev/pkg/apis.Condition
+
+ReadyCondition indicates whether the Channel is ready or not.
map[string]string
alias)(Appears on: -TriggerFilter) -
--
TriggerFilterAttributes is a map of context attribute names to values for -filtering by equality. Only exact matches will pass the filter. You can use the value “ -to indicate all strings match.
- --(Appears on: -Trigger) +Parallel)
@@ -4427,52 +4027,55 @@ to indicate all strings match.
broker
+branches
-string
+
+[]ParallelBranch
+
Broker is the broker that this trigger receives events from.
+Branches is the list of Filter/Subscribers pairs.
filter
+channelTemplate
-
-TriggerFilter
+
+ChannelTemplateSpec
Filter is the filter to apply against all events from the Broker. Only events that pass this -filter will be sent to the Subscriber. If not specified, will default to allowing all events.
+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).
subscriber
+reply
knative.dev/pkg/apis/duck/v1.Destination
Subscriber is the addressable that receives events from the Broker that pass the Filter. It -is required.
+(Optional) +Reply is a Reference to where the result of a case Subscriber gets sent to +when the case does not have a Reply
(Appears on: -Trigger) +Parallel)
-
TriggerStatus represents the current state of a Trigger.
+ParallelStatus represents the current state of a Parallel.
-subscriberUri
+ingressChannelStatus
-knative.dev/pkg/apis.URL
+
+ParallelChannelStatus
+
|
- SubscriberURI is the resolved URI of the receiver for this Trigger. +IngressChannelStatus corresponds to the ingress channel status. + |
+
+branchStatuses
+
+
+[]ParallelBranchStatus
+
+
+ |
+
+ BranchStatuses is an array of corresponding to branch statuses. +Matches the Spec.Branches array in the order. + |
+
+AddressStatus
+
+knative.dev/pkg/apis/duck/v1.AddressStatus
+
+ |
+
+
+(Members of AddressStatus is the starting point to this Parallel. Sending to this +will target the first subscriber. +It generally has the form {channel}.{namespace}.svc.{cluster domain name} |
-
Package v1 contains API Schema definitions for the sources v1 API group.
+(Appears on: +ParallelBranchStatus) -Resource Types: --
ApiServerSource is the Schema for the apiserversources API
-apiVersion
-string |
+
-
-sources.knative.dev/v1
-
+Subscription is the reference to the underlying Subscription. |
|
-kind
-string
+ready
+
+knative.dev/pkg/apis.Condition
+
|
-ApiServerSource |
+
+ ReadyCondition indicates whether the Subscription is ready or not. + |
+
+
Sequence defines a sequence of Subscribers that will be wired in +series through Channels and Subscriptions.
+ +Field | +Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
metadata
@@ -4564,6 +4212,7 @@ Kubernetes meta/v1.ObjectMeta
|
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -4572,113 +4221,126 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ApiServerSourceSpec
+
+SequenceSpec
|
+ Spec defines the desired state of the Sequence.
|
||||||
-mode
+status
-string
+
+SequenceStatus
+
|
(Optional)
- EventMode controls the format of the event.
- Status represents the current state of the Sequence. This data may be out of +date. |
+(Appears on: +SequenceStatus) +
++
+Field | +Description | +
---|---|
-serviceAccountName
+channel
-string
+
+Kubernetes core/v1.ObjectReference
+
|
-(Optional)
- ServiceAccountName is the name of the ServiceAccount to use to run this -source. Defaults to default if not set. - |
-
Channel is the reference to the underlying channel.
status
+ready
-
-ApiServerSourceStatus
-
+knative.dev/pkg/apis.Condition
ReadyCondition indicates whether the Channel is ready or not.
-
ContainerSource is the Schema for the containersources API
+(Appears on: +Sequence) + +
-apiVersion
-string |
+
-
-sources.knative.dev/v1
-
+Steps is the list of Destinations (processors / functions) that will be called in the order +provided. Each step has its own delivery options |
||||
-kind
-string
- |
-ContainerSource |
-||||
-metadata
-
-
-Kubernetes meta/v1.ObjectMeta
-
-
- |
-
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
- |
-||||
-spec
-
-
-ContainerSourceSpec
-
-
- |
-
- - -
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). |
||||
-status
+reply
-
-ContainerSourceStatus
-
+knative.dev/pkg/apis/duck/v1.Destination
|
+(Optional)
+ Reply is a Reference to where the result of the last Subscriber gets sent to. |
-
SinkBinding describes a Binding that is also a Source.
-The sink
(from the Source duck) is resolved to a URL and
-then projected into the subject
by augmenting the runtime
-contract of the referenced containers to have a K_SINK
-environment variable holding the endpoint to which to send
-cloud events.
+
SequenceStatus represents the current state of a Sequence.
-apiVersion
-string |
-
-
-sources.knative.dev/v1
-
+Status
+
+knative.dev/pkg/apis/duck/v1.Status
+
|
-||||||
-kind
-string
+
+(Members of inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. |
-SinkBinding |
||||||
-metadata
+subscriptionStatuses
-
-Kubernetes meta/v1.ObjectMeta
+
+[]SequenceSubscriptionStatus
|
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+SubscriptionStatuses is an array of corresponding Subscription statuses. +Matches the Spec.Steps array in the order. |
||||||
-spec
+channelStatuses
-
-SinkBindingSpec
+
+[]SequenceChannelStatus
|
- - -
SequenceStep +++(Appears on: +SequenceSpec) + ++ +
Subscriber receiving the step event |
||||||
-status
+delivery
-
-SinkBindingStatus
+
+DeliverySpec
|
+(Optional)
+ Delivery is the delivery specification for events to the subscriber +This includes things like retries, DLQ, etc. |
(Appears on: -ApiServerSourceSpec) +SequenceStatus)
-
APIVersionKind is an APIVersion and Kind tuple.
-apiVersion
+subscription
-string
+
+Kubernetes core/v1.ObjectReference
+
|
- APIVersion - the API version of the resource to watch. +Subscription is the reference to the underlying Subscription. |
-kind
+ready
-string
+knative.dev/pkg/apis.Condition
|
- Kind of the resource to watch. -More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +ReadyCondition indicates whether the Subscription is ready or not. |
-(Appears on: -ApiServerSourceSpec) +
Package v1beta1 is the v1beta1 version of the API.
+Resource Types: +-
APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.
+Parallel defines conditional branches that will be wired in +series through Channels and Subscriptions.
- APIVersion - the API version of the resource to watch. +(Optional) +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
|||||||
-kind
+spec
-string
+
+ParallelSpec
+
|
- Kind of the resource to watch. -More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +Spec defines the desired state of the Parallel. ++ +
|
+||||||
+status
+
+
+ParallelStatus
+
+
+ |
+
+(Optional)
+ Status represents the current state of the Parallel. This data may be out of +date. |
(Appears on: -ApiServerSource) +ParallelSpec)
-
ApiServerSourceSpec defines the desired state of ApiServerSource
- Resource are the resources this source will track and send related -lifecycle events from the Kubernetes ApiServer, with an optional label -selector to help filter. +(Optional) +Filter is the expression guarding the branch |
|
-owner
+subscriber
-
-APIVersionKind
-
+knative.dev/pkg/apis/duck/v1.Destination
|
-(Optional)
- ResourceOwner is an additional filter to only track resources that are -owned by a specific resource type. If ResourceOwner matches Resources[n] -then Resources[n] is allowed to pass the ResourceOwner filter. +Subscriber receiving the event when the filter passes |
-mode
+reply
-string
+knative.dev/pkg/apis/duck/v1.Destination
|
(Optional)
- EventMode controls the format of the event.
- 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 |
-serviceAccountName
+delivery
-string
+
+DeliverySpec
+
|
(Optional)
- ServiceAccountName is the name of the ServiceAccount to use to run this -source. Defaults to default if not set. +Delivery is the delivery specification for events to the subscriber +This includes things like retries, DLQ, etc. +Needed for Roundtripping v1alpha1 <-> v1beta1. |
(Appears on: -ApiServerSource) +ParallelStatus)
-
ApiServerSourceStatus defines the observed state of ApiServerSource
+ParallelBranchStatus represents the current state of a Parallel branch
-SourceStatus
+filterSubscriptionStatus
-knative.dev/pkg/apis/duck/v1.SourceStatus
+
+ParallelSubscriptionStatus
+
|
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +FilterSubscriptionStatus corresponds to the filter subscription status. |
-(Appears on: -ContainerSource) -
--
ContainerSourceSpec defines the desired state of ContainerSource
- -Field | -Description | -
---|---|
-SourceSpec
+filterChannelStatus
-knative.dev/pkg/apis/duck/v1.SourceSpec
+
+ParallelChannelStatus
+
|
-
-(Members of inherits duck/v1 SourceSpec, which currently provides: -* Sink - a reference to an object that will resolve to a domain name or -a URI directly to use as the sink. -* CloudEventOverrides - defines overrides to control the output format -and modifications of the event sent to the sink. +FilterChannelStatus corresponds to the filter channel status. |
-template
+subscriberSubscriptionStatus
-
-Kubernetes core/v1.PodTemplateSpec
+
+ParallelSubscriptionStatus
|
- Template describes the pods that will be created +SubscriptionStatus corresponds to the subscriber subscription status. |
(Appears on: -ContainerSource) +ParallelBranchStatus, +ParallelStatus)
-
ContainerSourceStatus defines the observed state of ContainerSource
-SourceStatus
+channel
-knative.dev/pkg/apis/duck/v1.SourceStatus
+
+Kubernetes core/v1.ObjectReference
+
|
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +Channel is the reference to the underlying channel. + |
+
+ready
+
+knative.dev/pkg/apis.Condition
+
+ |
+
+ ReadyCondition indicates whether the Channel is ready or not. |
(Appears on: -SinkBinding) +Parallel)
-
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
-SourceSpec
+branches
-knative.dev/pkg/apis/duck/v1.SourceSpec
+
+[]ParallelBranch
+
|
-
-(Members of inherits duck/v1 SourceSpec, which currently provides: -* Sink - a reference to an object that will resolve to a domain name or -a URI directly to use as the sink. -* CloudEventOverrides - defines overrides to control the output format -and modifications of the event sent to the sink. +Branches is the list of Filter/Subscribers pairs. |
-BindingSpec
+channelTemplate
-knative.dev/pkg/apis/duck/v1.BindingSpec
+
+ChannelTemplateSpec
+
|
-
-(Members of inherits duck/v1 BindingSpec, which currently provides: -* Subject - Subject references the resource(s) whose “runtime contract” -should be augmented by Binding implementations. +(Optional) +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). + |
+
+reply
+
+knative.dev/pkg/apis/duck/v1.Destination
+
+ |
+
+(Optional)
+ Reply is a Reference to where the result of a case Subscriber gets sent to +when the case does not have a Reply |
(Appears on: -SinkBinding) +Parallel)
-
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
+ParallelStatus represents the current state of a Parallel.
-SourceStatus
+Status
-knative.dev/pkg/apis/duck/v1.SourceStatus
+knative.dev/pkg/apis/duck/v1.Status
|
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. +inherits duck/v1 Status, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. +* Conditions - the latest available observations of a resource’s current state. + |
+
+ingressChannelStatus
+
+
+ParallelChannelStatus
+
+
+ |
+
+ IngressChannelStatus corresponds to the ingress channel status. + |
+
+branchStatuses
+
+
+[]ParallelBranchStatus
+
+
+ |
+
+ BranchStatuses is an array of corresponding to branch statuses. +Matches the Spec.Branches array in the order. + |
+
+AddressStatus
+
+knative.dev/pkg/apis/duck/v1.AddressStatus
+
+ |
+
+
+(Members of AddressStatus is the starting point to this Parallel. Sending to this +will target the first subscriber. +It generally has the form {channel}.{namespace}.svc.{cluster domain name} |
-
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group
+(Appears on: +ParallelBranchStatus) -Resource Types: --
ApiServerSource is the Schema for the apiserversources API
-apiVersion
-string |
+
-
-sources.knative.dev/v1alpha1
-
+Subscription is the reference to the underlying Subscription. |
|
-kind
-string
+ready
+
+knative.dev/pkg/apis.Condition
+
+ |
+
+ ReadyCondition indicates whether the Subscription is ready or not. |
-ApiServerSource |
+
Sequence defines a sequence of Subscribers that will be wired in +series through Channels and Subscriptions.
+ +Field | +Description | +||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
metadata
@@ -5360,6 +5046,7 @@ Kubernetes meta/v1.ObjectMeta
|
+(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -5368,121 +5055,126 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ApiServerSourceSpec
+
+SequenceSpec
|
+ Spec defines the desired state of the Sequence.
|
||||||||
-owner
+status
-
-APIVersionKind
+
+SequenceStatus
|
(Optional)
- ResourceOwner is an additional filter to only track resources that are -owned by a specific resource type. If ResourceOwner matches Resources[n] -then Resources[n] is allowed to pass the ResourceOwner filter. +Status represents the current state of the Sequence. This data may be out of +date. |
+(Appears on: +SequenceStatus) +
++
+Field | +Description | +
---|---|
-mode
+channel
-string
+
+Kubernetes core/v1.ObjectReference
+
|
- Mode is the mode the receive adapter controller runs under: Ref or Resource.
- |
-
Channel is the reference to the underlying channel.
status
+ready
-
-ApiServerSourceStatus
-
+knative.dev/pkg/apis.Condition
ReadyCondition indicates whether the Channel is ready or not.
-
SinkBinding describes a Binding that is also a Source.
-The sink
(from the Source duck) is resolved to a URL and
-then projected into the subject
by augmenting the runtime
-contract of the referenced containers to have a K_SINK
-environment variable holding the endpoint to which to send
-cloud events.
-apiVersion
-string |
-
-
-sources.knative.dev/v1alpha1
-
+steps
+
+
+[]SequenceStep
+
+
|
-||||||
-kind
-string
+Steps is the list of Destinations (processors / functions) that will be called in the order +provided. Each step has its own delivery options |
-SinkBinding |
||||||
-metadata
+channelTemplate
-
-Kubernetes meta/v1.ObjectMeta
+
+ChannelTemplateSpec
|
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+(Optional)
+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). |
||||||
-spec
+reply
-
-SinkBindingSpec
-
+knative.dev/pkg/apis/duck/v1.Destination
|
- - - SequenceStatus +++(Appears on: +Sequence) + ++ SequenceStatus represents the current state of a Sequence. + +
| ||||||
+channelStatuses
+
+
+[]SequenceChannelStatus
+
+
+ |
+
+ ChannelStatuses is an array of corresponding Channel statuses. +Matches the Spec.Steps array in the order. |
||||||
-status
+AddressStatus
-
-SinkBindingStatus
-
+knative.dev/pkg/apis/duck/v1.AddressStatus
|
+
+(Members of AddressStatus is the starting point to this Sequence. Sending to this +will target the first subscriber. +It generally has the form {channel}.{namespace}.svc.{cluster domain name} |
(Appears on: -ApiServerSourceSpec) +SequenceSpec)
-
ApiServerResource defines the resource to watch
-apiVersion
+Destination
-string
+knative.dev/pkg/apis/duck/v1.Destination
|
- API version of the resource to watch. +
+(Members of Subscriber receiving the step event |
-kind
+delivery
-string
+
+DeliverySpec
+
|
- Kind of the resource to watch. -More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +(Optional) +Delivery is the delivery specification for events to the subscriber +This includes things like retries, DLQ, etc. |
+(Appears on: +SequenceStatus) +
++
+
-labelSelector
-
-
-Kubernetes meta/v1.LabelSelector
-
-
- |
-
- LabelSelector restricts this source to objects with the selected labels -More info: http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors - |
+Field | +Description |
---|---|---|---|
-controllerSelector
+subscription
-
-Kubernetes meta/v1.OwnerReference
+
+Kubernetes core/v1.ObjectReference
|
- ControllerSelector restricts this source to objects with a controlling owner reference of the specified kind. -Only apiVersion and kind are used. Both are optional. -Deprecated: Per-resource owner refs will no longer be supported in -v1alpha2, please use Spec.Owner as a GKV. +Subscription is the reference to the underlying Subscription. |
||
-controller
+ready
-bool
+knative.dev/pkg/apis.Condition
|
- If true, send an event referencing the object controlling the resource -Deprecated: Per-resource controller flag will no longer be supported in -v1alpha2, please use Spec.Owner as a GKV. +ReadyCondition indicates whether the Subscription is ready or not. |
-(Appears on: -ApiServerSource) +
Package v1 is the v1 version of the API.
+Resource Types: +-
ApiServerSourceSpec defines the desired state of ApiServerSource
+Channel represents a generic Channel. It is normally used when we want a Channel, but don’t need a specific Channel implementation.
-resources
-
-
-[]ApiServerResource
-
-
+apiVersion
+string |
+
+
+messaging.knative.dev/v1
+
|
+
- Resources is the list of resources to watch +kind
+string
|
+Channel |
-serviceAccountName
+metadata
-string
+
+Kubernetes meta/v1.ObjectMeta
+
|
(Optional)
- ServiceAccountName is the name of the ServiceAccount to use to run this -source. +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
-sink
+spec
-knative.dev/pkg/apis/duck/v1beta1.Destination
+
+ChannelSpec
+
|
-(Optional)
- Sink is a reference to an object that will resolve to a domain name to use as the sink. - |
-
-ceOverrides
+channelTemplate
-knative.dev/pkg/apis/duck/v1.CloudEventOverrides
+
+ChannelTemplateSpec
+
|
-(Optional)
- CloudEventOverrides defines overrides to control the output format and -modifications of the event sent to the sink. +ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel. +This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user. |
-owner
+ChannelableSpec
-
-APIVersionKind
+
+ChannelableSpec
|
-(Optional)
- ResourceOwner is an additional filter to only track resources that are -owned by a specific resource type. If ResourceOwner matches Resources[n] -then Resources[n] is allowed to pass the ResourceOwner filter. +
+(Members of Channel conforms to ChannelableSpec + |
+
mode
+status
-string
+
+ChannelStatus
+
Mode is the mode the receive adapter controller runs under: Ref or Resource.
-Ref
sends only the reference to the resource.
-Resource
send the full resource.
Status represents the current state of the Channel. This data may be out of +date.
-(Appears on: -ApiServerSource) -
--
ApiServerSourceStatus defines the observed state of ApiServerSource
- -Field | -Description | -
---|---|
-SourceStatus
-
-knative.dev/pkg/apis/duck/v1.SourceStatus
-
- |
-
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. - |
-
-(Appears on: -SinkBinding) -
--
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
- -Field | -Description | -
---|---|
-SourceSpec
-
-knative.dev/pkg/apis/duck/v1.SourceSpec
-
- |
-
-
-(Members of |
-
-BindingSpec
-
-knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
-
- |
-
-
-(Members of |
-
-(Appears on: -SinkBinding) -
--
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
- -Field | -Description | -
---|---|
-SourceStatus
-
-knative.dev/pkg/apis/duck/v1.SourceStatus
-
- |
-
-
-(Members of |
-
-
Package v1beta1 is the v1beta1 version of the API.
- -Resource Types: - --
Broker collects a pool of events that are consumable using Triggers. Brokers -provide a well-known endpoint for event delivery that senders can use with -minimal knowledge of the event routing strategy. Receivers use Triggers to -request delivery of events from a Broker’s pool to a specific URL or -Addressable endpoint.
+InMemoryChannel is a resource representing an in memory channel
-eventing.knative.dev/v1beta1
+messaging.knative.dev/v1
|
@@ -5924,7 +5545,7 @@ eventing.knative.dev/v1beta1
Broker |
+InMemoryChannel |
||||||
@@ -5945,43 +5566,30 @@ Refer to the Kubernetes API documentation for the fields of the |
spec
-
-BrokerSpec
+
+InMemoryChannelSpec
|
- Spec defines the desired state of the Broker. +Spec defines the desired state of the Channel.
|
status
-
-BrokerStatus
+
+InMemoryChannelStatus
|
(Optional)
- Status represents the current state of the Broker. This data may be out of + Status represents the current state of the Channel. This data may be out of date. |
-
EventType represents a type of event that can be consumed from a Broker.
+Subscription routes events received on a Channel to a DNS name and +corresponds to the subscriptions.channels.knative.dev CRD.
-eventing.knative.dev/v1beta1
+messaging.knative.dev/v1
|
@@ -6032,7 +5641,7 @@ eventing.knative.dev/v1beta1
EventType |
+Subscription |
|||||||||||
@@ -6044,7 +5653,6 @@ Kubernetes meta/v1.ObjectMeta |
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -6053,117 +5661,115 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-EventTypeSpec
+
+SubscriptionSpec
|
- Spec defines the desired state of the EventType.
|
||||||||||
-description
+status
-string
+
+SubscriptionStatus
+
|
-(Optional)
- Description is an optional field used to describe the EventType, in any meaningful way. |
status
-
-
-EventTypeStatus
-
-
-Status represents the current state of the EventType. -This data may be out of date. -TODO might be removed https://github.com/knative/eventing/issues/2750
--
Trigger represents a request to have events delivered to a consumer from a -Broker’s event pool.
+ChannelDefaulter sets the default Channel CRD and Arguments on Channels that do not +specify any implementation.
+ ++(Appears on: +Channel) +
++
ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel. +It also defines the ChannelTemplate to use in order to create the CRD Channel backing this Channel.
-apiVersion
-string |
-
-
-eventing.knative.dev/v1beta1
-
- |
-
-kind
-string
- |
-Trigger |
-
-metadata
+channelTemplate
-
-Kubernetes meta/v1.ObjectMeta
+
+ChannelTemplateSpec
|
-(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel. +This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user. |
-spec
+ChannelableSpec
-
-TriggerSpec
+
+ChannelableSpec
|
- Spec defines the desired state of the Trigger. -- +
+(Members of Channel conforms to ChannelableSpec + |
+
+(Appears on: +Channel) +
++
ChannelStatus represents the current state of a Channel.
+
-broker
-
-string
-
- |
-
- Broker is the broker that this trigger receives events from. If not specified, will default -to ‘default’. - |
+Field | +Description |
---|---|---|---|
-filter
+ChannelableStatus
-
-TriggerFilter
+
+ChannelableStatus
|
-(Optional)
- Filter is the filter to apply against all events from the Broker. Only events that pass this -filter will be sent to the Subscriber. If not specified, will default to allowing all events. +
+(Members of Channel conforms to ChannelableStatus |
||
-subscriber
+channel
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.KReference
|
- Subscriber is the addressable that receives events from the Broker that pass the Filter. It -is required. +Channel is an KReference to the Channel CRD backing this Channel. |
+(Appears on: +ParallelSpec, +SequenceSpec, +ChannelSpec) +
++
+Field | +Description |
---|---|
-status
+spec
-
-TriggerStatus
-
+k8s.io/apimachinery/pkg/runtime.RawExtension
|
(Optional)
- Status represents the current state of the Trigger. This data may be out of -date. +Spec defines the Spec to use for each channel created. Passed +in verbatim to the Channel CRD as Spec section. ++ + |
-(Appears on: -Broker) -
-+
ChannelTemplateSpecInternal is an internal only version that includes ObjectMeta so that +we can easily create new Channels off of it.
-config
+metadata
-knative.dev/pkg/apis/duck/v1.KReference
+
+Kubernetes meta/v1.ObjectMeta
+
|
(Optional)
- Config is a KReference to the configuration that specifies -configuration options for this Broker. For example, this could be -a pointer to a ConfigMap. +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
-delivery
+spec
-
-DeliverySpec
+
+ChannelTemplateSpecInternalSpec
|
-(Optional)
- Delivery is the delivery specification for Events within the Broker mesh. -This includes things like retries, DLQ, etc. +Spec includes the Channel CR ChannelableSpec and the physical channel spec. +In order to create a new ChannelTemplateSpecInternalSpec, you must use NewChannelTemplateSpecInternalSpec ++ + |
(Appears on: -Broker) +ChannelTemplateSpecInternal)
-
BrokerStatus represents the current state of a Broker.
+ChannelTemplateSpecInternalSpec merges the “general” spec from Channel CR and the template of the physical channel spec. +Note that this struct properly implements only Marshalling, unmarshalling doesn’t work!
-Status
+ChannelableSpec
-knative.dev/pkg/apis/duck/v1.Status
+
+ChannelableSpec
+
|
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +ChannelableSpec includes the fields from the Channel Spec section |
-address
+PhysicalChannelSpec
-knative.dev/pkg/apis/duck/v1.Addressable
+k8s.io/apimachinery/pkg/runtime.RawExtension
|
- Broker is Addressable. It exposes the endpoint as an URI to get events -delivered into the Broker mesh. +(Optional) +PhysicalChannelSpec includes the fields from the physical channel Spec. Passed +in verbatim to the Channel CRD as Spec section. |
(Appears on: -EventType) +InMemoryChannel)
+
InMemoryChannelSpec defines which subscribers have expressed interest in +receiving events from this InMemoryChannel. +arguments for a Channel.
-type
+ChannelableSpec
-string
+
+ChannelableSpec
+
|
- Type represents the CloudEvents type. It is authoritative. +
+(Members of Channel conforms to Duck type Channelable. |
+(Appears on: +InMemoryChannel) +
++
ChannelStatus represents the current state of a Channel.
+ +
-source
-
-knative.dev/pkg/apis.URL
-
- |
-
-(Optional)
- Source is a URI, it represents the CloudEvents source. - |
+Field | +Description |
---|---|---|---|
-schema
+ChannelableStatus
-knative.dev/pkg/apis.URL
+
+ChannelableStatus
+
|
-(Optional)
- Schema is a URI, it represents the CloudEvents schemaurl extension attribute. -It may be a JSON schema, a protobuf schema, etc. It is optional. +
+(Members of Channel conforms to Duck type Channelable. + |
+
+(Appears on: +Subscription) +
++
SubscriptionSpec specifies the Channel for incoming events, a Subscriber target +for processing those events and where to put the result of the processing. Only +From (where the events are coming from) is always required. You can optionally +only Process the events (results in no output events) by leaving out the Result. +You can also perform an identity transformation on the incoming events by leaving +out the Subscriber and only specifying Result.
+The following are all valid specifications: +channel –[subscriber]–> reply +Sink, no outgoing events: +channel – subscriber +no-op function (identity transformation): +channel –> reply
+ +Field | +Description | +
---|---|
+channel
+
+
+Kubernetes core/v1.ObjectReference
+
+
+ |
+
+ Reference to a channel that will be used to create the subscription +You can specify only the following fields of the ObjectReference: +- Kind +- APIVersion +- Name +The resource pointed by this ObjectReference must meet the +contract to the ChannelableSpec duck type. If the resource does not +meet this contract it will be reflected in the Subscription’s status. +This field is immutable. We have no good answer on what happens to +the events that are currently in the channel being consumed from +and what the semantics there should be. For now, you can always +delete the Subscription and recreate it to point to a different +channel, giving the user more control over what semantics should +be used (drain the channel first, possibly have events dropped, +etc.) |
-schemaData
+subscriber
-string
+knative.dev/pkg/apis/duck/v1.Destination
|
(Optional)
- SchemaData allows the CloudEvents schema to be stored directly in the -EventType. Content is dependent on the encoding. Optional attribute. -The contents are not validated or manipulated by the system. +Subscriber is reference to (optional) function for processing events. +Events from the Channel will be delivered here and replies are +sent to a Destination as specified by the Reply. |
-broker
+reply
-string
+knative.dev/pkg/apis/duck/v1.Destination
|
(Optional)
- TODO remove https://github.com/knative/eventing/issues/2750 -Broker refers to the Broker that can provide the EventType. +Reply specifies (optionally) how to handle events returned from +the Subscriber target. |
-description
+delivery
-string
+
+DeliverySpec
+
|
(Optional)
- Description is an optional field used to describe the EventType, in any meaningful way. +Delivery configuration |
(Appears on: -EventType) +Subscription)
-
EventTypeStatus represents the current state of a EventType.
+SubscriptionStatus (computed) for a subscription
-(Appears on: -TriggerSpec) -
--
-Field | -Description | -
---|---|
-attributes
+physicalSubscription
-
-TriggerFilterAttributes
+
+SubscriptionStatusPhysicalSubscription
|
-(Optional)
- Attributes filters events by exact match on event context attributes. -Each key in the map is compared with the equivalent key in the event -context. An event passes the filter if all values are equal to the -specified values. -Nested context attributes are not supported as keys. Only string values are supported. +PhysicalSubscription is the fully resolved values that this Subscription represents. |
map[string]string
alias)-(Appears on: -TriggerFilter) -
--
TriggerFilterAttributes is a map of context attribute names to values for -filtering by equality. Only exact matches will pass the filter. You can use the value “ -to indicate all strings match.
- -(Appears on: -Trigger) +SubscriptionStatus)
+
SubscriptionStatusPhysicalSubscription represents the fully resolved values for this +Subscription.
-broker
-
-string
-
- |
-
- Broker is the broker that this trigger receives events from. If not specified, will default -to ‘default’. - |
-
-filter
-
-
-TriggerFilter
-
-
- |
-
-(Optional)
- Filter is the filter to apply against all events from the Broker. Only events that pass this -filter will be sent to the Subscriber. If not specified, will default to allowing all events. - |
-
-subscriber
+subscriberUri
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis.URL
|
- Subscriber is the addressable that receives events from the Broker that pass the Filter. It -is required. +SubscriberURI is the fully resolved URI for spec.subscriber. |
-(Appears on: -Trigger) -
--
TriggerStatus represents the current state of a Trigger.
- -Field | -Description | -
---|---|
-Status
+replyUri
-knative.dev/pkg/apis/duck/v1.Status
+knative.dev/pkg/apis.URL
|
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +ReplyURI is the fully resolved URI for the spec.reply. |
-subscriberUri
+deadLetterSinkUri
knative.dev/pkg/apis.URL
|
- SubscriberURI is the resolved URI of the receiver for this Trigger. +ReplyURI is the fully resolved URI for the spec.delivery.deadLetterSink. |
-
Package v1 is the v1 version of the API.
+Package v1beta1 is the v1beta1 version of the API.
Resource Types: -
Channel represents a generic Channel. It is normally used when we want a Channel, but don’t need a specific Channel implementation.
@@ -6682,7 +6292,7 @@ Resource Types: string
-messaging.knative.dev/v1
+messaging.knative.dev/v1beta1
spec
-
+
ChannelSpec
@@ -6726,7 +6336,7 @@ ChannelSpec
channelTemplate
-
+
ChannelTemplateSpec
@@ -6740,7 +6350,7 @@ This is immutable after creation. Normally this is set by the Channel defaulter,
ChannelableSpec
-
+
ChannelableSpec
@@ -6759,7 +6369,7 @@ ChannelableSpec
status
-
+
ChannelStatus
@@ -6772,7 +6382,7 @@ date.
-
InMemoryChannel is a resource representing an in memory channel
@@ -6791,7 +6401,7 @@ date. string
-messaging.knative.dev/v1
+messaging.knative.dev/v1beta1
spec
-
+
InMemoryChannelSpec
@@ -6835,7 +6445,7 @@ InMemoryChannelSpec
ChannelableSpec
-
+
ChannelableSpec
@@ -6854,7 +6464,7 @@ ChannelableSpec
status
-
+
InMemoryChannelStatus
@@ -6867,7 +6477,7 @@ date.
-
Subscription routes events received on a Channel to a DNS name and @@ -6887,7 +6497,7 @@ corresponds to the subscriptions.channels.knative.dev CRD.
string
-messaging.knative.dev/v1
+messaging.knative.dev/v1beta1
spec
-
+
SubscriptionSpec
@@ -6983,7 +6593,7 @@ the Subscriber target.
delivery
-
+
DeliverySpec
@@ -7000,7 +6610,7 @@ DeliverySpec
status
-
+
SubscriptionStatus
@@ -7010,17 +6620,17 @@ SubscriptionStatus
-
ChannelDefaulter sets the default Channel CRD and Arguments on Channels that do not specify any implementation.
-(Appears on: -Channel) +Channel)
ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel. @@ -7038,7 +6648,7 @@ It also defines the ChannelTemplate to use in order to create the CRD Channel ba
channelTemplate
-
+
ChannelTemplateSpec
@@ -7052,7 +6662,7 @@ This is immutable after creation. Normally this is set by the Channel defaulter,
ChannelableSpec
-
+
ChannelableSpec
@@ -7066,11 +6676,11 @@ ChannelableSpec
-(Appears on: -Channel) +Channel)
ChannelStatus represents the current state of a Channel.
@@ -7087,7 +6697,7 @@ ChannelableSpecChannelableStatus
-
+
ChannelableStatus
@@ -7112,13 +6722,13 @@ knative.dev/pkg/apis/duck/v1.KReference
-(Appears on: -ChannelSpec, -ParallelSpec, -SequenceSpec) +ParallelSpec, +SequenceSpec, +ChannelSpec)
@@ -7149,7 +6759,7 @@ in verbatim to the Channel CRD as Spec section. -
ChannelTemplateSpecInternal is an internal only version that includes ObjectMeta so that @@ -7197,11 +6807,11 @@ in verbatim to the Channel CRD as Spec section.
-(Appears on: -InMemoryChannel) +InMemoryChannel)
InMemoryChannelSpec defines which subscribers have expressed interest in @@ -7220,7 +6830,7 @@ arguments for a Channel.
ChannelableSpec
-
+
ChannelableSpec
@@ -7234,11 +6844,11 @@ ChannelableSpec
-(Appears on: -InMemoryChannel) +InMemoryChannel)
ChannelStatus represents the current state of a Channel.
@@ -7255,7 +6865,7 @@ ChannelableSpecChannelableStatus
-
+
ChannelableStatus
@@ -7269,11 +6879,11 @@ ChannelableStatus
-(Appears on: -Subscription) +Subscription)
SubscriptionSpec specifies the Channel for incoming events, a Subscriber target @@ -7355,7 +6965,7 @@ the Subscriber target.
delivery
-
+
DeliverySpec
@@ -7367,11 +6977,11 @@ DeliverySpec
-(Appears on: -Subscription) +Subscription)
SubscriptionStatus (computed) for a subscription
@@ -7404,7 +7014,7 @@ knative.dev/pkg/apis/duck/v1.StatusphysicalSubscription
-
+
SubscriptionStatusPhysicalSubscription
@@ -7415,11 +7025,11 @@ SubscriptionStatusPhysicalSubscription
-(Appears on: -SubscriptionStatus) +SubscriptionStatus)
SubscriptionStatusPhysicalSubscription represents the fully resolved values for this @@ -7469,22 +7079,22 @@ knative.dev/pkg/apis.URL
-
Package v1beta1 is the v1beta1 version of the API.
+Package v1 contains API Schema definitions for the sources v1 API group.
Resource Types: --
Channel represents a generic Channel. It is normally used when we want a Channel, but don’t need a specific Channel implementation.
+ApiServerSource is the Schema for the apiserversources API
-messaging.knative.dev/v1beta1
+sources.knative.dev/v1
|
@@ -7509,7 +7119,7 @@ messaging.knative.dev/v1beta1
Channel |
+ApiServerSource |
|||||||||||||
@@ -7521,7 +7131,6 @@ Kubernetes meta/v1.ObjectMeta |
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -7530,44 +7139,90 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ChannelSpec
+
+ApiServerSourceSpec
|
- Spec defines the desired state of the Channel.
|
status
-
-ChannelStatus
+
+ApiServerSourceStatus
|
-(Optional)
- Status represents the current state of the Channel. This data may be out of -date. |
-
InMemoryChannel is a resource representing an in memory channel
+ContainerSource is the Schema for the containersources API
-messaging.knative.dev/v1beta1
+sources.knative.dev/v1
|
@@ -7618,7 +7270,7 @@ messaging.knative.dev/v1beta1
InMemoryChannel |
+ContainerSource |
|||||||
@@ -7630,7 +7282,6 @@ Kubernetes meta/v1.ObjectMeta |
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -7639,30 +7290,44 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-InMemoryChannelSpec
+
+ContainerSourceSpec
|
- Spec defines the desired state of the Channel.
|
status
-
-InMemoryChannelStatus
+
+ContainerSourceStatus
|
-(Optional)
- Status represents the current state of the Channel. This data may be out of -date. |
-
Subscription routes events received on a Channel to a DNS name and -corresponds to the subscriptions.channels.knative.dev CRD.
+SinkBinding describes a Binding that is also a Source.
+The sink
(from the Source duck) is resolved to a URL and
+then projected into the subject
by augmenting the runtime
+contract of the referenced containers to have a K_SINK
+environment variable holding the endpoint to which to send
+cloud events.
-messaging.knative.dev/v1beta1
+sources.knative.dev/v1
|
@@ -7714,7 +7380,7 @@ messaging.knative.dev/v1beta1
Subscription |
+SinkBinding |
||||||||
@@ -7734,8 +7400,8 @@ Refer to the Kubernetes API documentation for the fields of the |
spec
-
-SubscriptionSpec
+
+SinkBindingSpec
|
@@ -7745,70 +7411,36 @@ SubscriptionSpec
-channel
+SourceSpec
-
-Kubernetes core/v1.ObjectReference
-
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
- Reference to a channel that will be used to create the subscription -You can specify only the following fields of the ObjectReference: -- Kind -- APIVersion -- Name -The resource pointed by this ObjectReference must meet the -contract to the ChannelableSpec duck type. If the resource does not -meet this contract it will be reflected in the Subscription’s status. -This field is immutable. We have no good answer on what happens to -the events that are currently in the channel being consumed from -and what the semantics there should be. For now, you can always -delete the Subscription and recreate it to point to a different -channel, giving the user more control over what semantics should -be used (drain the channel first, possibly have events dropped, -etc.) +
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-subscriber
+BindingSpec
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.BindingSpec
|
-(Optional)
- Subscriber is reference to (optional) function for processing events. -Events from the Channel will be delivered here and replies are -sent to a Destination as specified by the Reply. - |
-
-reply
-
-knative.dev/pkg/apis/duck/v1.Destination
-
- |
-
-(Optional)
- Reply specifies (optionally) how to handle events returned from -the Subscriber target. - |
-
-delivery
-
-
-DeliverySpec
-
-
- |
-
-(Optional)
- Delivery configuration +
+(Members of inherits duck/v1 BindingSpec, which currently provides: +* Subject - Subject references the resource(s) whose “runtime contract” +should be augmented by Binding implementations. |
status
-
-SubscriptionStatus
+
+SinkBindingStatus
-
ChannelDefaulter sets the default Channel CRD and Arguments on Channels that do not -specify any implementation.
- -(Appears on: -Channel) +ApiServerSourceSpec)
-
ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel. -It also defines the ChannelTemplate to use in order to create the CRD Channel backing this Channel.
+APIVersionKind is an APIVersion and Kind tuple.
-channelTemplate
+apiVersion
-
-ChannelTemplateSpec
-
+string
|
- ChannelTemplate specifies which Channel CRD to use to create the CRD Channel backing this Channel. -This is immutable after creation. Normally this is set by the Channel defaulter, not directly by the user. +APIVersion - the API version of the resource to watch. |
-ChannelableSpec
+kind
-
-ChannelableSpec
-
+string
|
-
-(Members of Channel conforms to ChannelableSpec +Kind of the resource to watch. +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
(Appears on: -Channel) +ApiServerSourceSpec)
-
ChannelStatus represents the current state of a Channel.
+APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.
-ChannelableStatus
+apiVersion
-
-ChannelableStatus
-
+string
|
-
-(Members of Channel conforms to ChannelableStatus +APIVersion - the API version of the resource to watch. |
-channel
+kind
-knative.dev/pkg/apis/duck/v1.KReference
+string
|
- Channel is an KReference to the Channel CRD backing this Channel. +Kind of the resource to watch. +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + |
+
+selector
+
+
+Kubernetes meta/v1.LabelSelector
+
+
+ |
+
+(Optional)
+ LabelSelector filters this source to objects to those resources pass the +label selector. +More info: http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors |
(Appears on: -ChannelSpec, -ParallelSpec, -SequenceSpec) +ApiServerSource)
+
ApiServerSourceSpec defines the desired state of ApiServerSource
-spec
+SourceSpec
-k8s.io/apimachinery/pkg/runtime.RawExtension
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
-(Optional)
- Spec defines the Spec to use for each channel created. Passed -in verbatim to the Channel CRD as Spec section. -- - |
-
-
ChannelTemplateSpecInternal is an internal only version that includes ObjectMeta so that -we can easily create new Channels off of it.
+(Members ofSourceSpec
are embedded into this type.)
-Field | -Description | +
+resources
+
+
+[]APIVersionKindSelector
+
+
+ |
+
+ Resource are the resources this source will track and send related +lifecycle events from the Kubernetes ApiServer, with an optional label +selector to help filter. + |
---|---|---|---|
-metadata
+owner
-
-Kubernetes meta/v1.ObjectMeta
+
+APIVersionKind
|
(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
+ResourceOwner is an additional filter to only track resources that are +owned by a specific resource type. If ResourceOwner matches Resources[n] +then Resources[n] is allowed to pass the ResourceOwner filter. |
||
-spec
+mode
-k8s.io/apimachinery/pkg/runtime.RawExtension
+string
|
(Optional)
- Spec defines the Spec to use for each channel created. Passed -in verbatim to the Channel CRD as Spec section. -- - EventMode controls the format of the event.
+ |
+||
+serviceAccountName
+
+string
+
+ |
+
+(Optional)
+ ServiceAccountName is the name of the ServiceAccount to use to run this +source. Defaults to default if not set. |
(Appears on: -InMemoryChannel) +ApiServerSource)
-
InMemoryChannelSpec defines which subscribers have expressed interest in -receiving events from this InMemoryChannel. -arguments for a Channel.
+ApiServerSourceStatus defines the observed state of ApiServerSource
-ChannelableSpec
+SourceStatus
-
-ChannelableSpec
-
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
-(Members of Channel conforms to Duck type Channelable. +inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
(Appears on: -InMemoryChannel) +ContainerSource)
-
ChannelStatus represents the current state of a Channel.
+ContainerSourceSpec defines the desired state of ContainerSource
-ChannelableStatus
+SourceSpec
-
-ChannelableStatus
-
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
-(Members of Channel conforms to Duck type Channelable. +inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. + |
+
+template
+
+
+Kubernetes core/v1.PodTemplateSpec
+
+
+ |
+
+ Template describes the pods that will be created |
+(Appears on: +ContainerSource) +
++
ContainerSourceStatus defines the observed state of ContainerSource
+ +Field | +Description | +
---|---|
+SourceStatus
+
+knative.dev/pkg/apis/duck/v1.SourceStatus
+
+ |
+
+
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. + |
+
+(Appears on: +SinkBinding) +
++
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
+ +Field | +Description | +
---|---|
+SourceSpec
+
+knative.dev/pkg/apis/duck/v1.SourceSpec
+
+ |
+
+
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. + |
+
+BindingSpec
+
+knative.dev/pkg/apis/duck/v1.BindingSpec
+
+ |
+
+
+(Members of inherits duck/v1 BindingSpec, which currently provides: +* Subject - Subject references the resource(s) whose “runtime contract” +should be augmented by Binding implementations. + |
+
+(Appears on: +SinkBinding) +
++
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
+ +Field | +Description | +
---|---|
+SourceStatus
+
+knative.dev/pkg/apis/duck/v1.SourceStatus
+
+ |
+
+
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. + |
+
+
Package v1alpha1 contains API Schema definitions for the sources v1alpha1 API group
+ +Resource Types: ++
ApiServerSource is the Schema for the apiserversources API
+ +Field | +Description | +||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+apiVersion
+string |
+
+
+sources.knative.dev/v1alpha1
+
+ |
+||||||||||||
+kind
+string
+ |
+ApiServerSource |
+||||||||||||
+metadata
+
+
+Kubernetes meta/v1.ObjectMeta
+
+
+ |
+
+Refer to the Kubernetes API documentation for the fields of the
+metadata field.
+ |
+||||||||||||
+spec
+
+
+ApiServerSourceSpec
+
+
+ |
+
+ + +
|
+||||||||||||
+status
+
+
+ApiServerSourceStatus
+
+
+ |
++ | +
+
SinkBinding describes a Binding that is also a Source.
+The sink
(from the Source duck) is resolved to a URL and
+then projected into the subject
by augmenting the runtime
+contract of the referenced containers to have a K_SINK
+environment variable holding the endpoint to which to send
+cloud events.
Field | +Description | +||||
---|---|---|---|---|---|
+apiVersion
+string |
+
+
+sources.knative.dev/v1alpha1
+
+ |
+||||
+kind
+string
+ |
+SinkBinding |
+||||
+metadata
+
+
+Kubernetes meta/v1.ObjectMeta
+
+
+ |
+
+Refer to the Kubernetes API documentation for the fields of the
+metadata field.
+ |
+||||
+spec
+
+
+SinkBindingSpec
+
+
+ |
+
+ + +
|
+||||
+status
+
+
+SinkBindingStatus
+
+
+ |
++ | +
(Appears on: -Subscription) +ApiServerSourceSpec)
-
SubscriptionSpec specifies the Channel for incoming events, a Subscriber target -for processing those events and where to put the result of the processing. Only -From (where the events are coming from) is always required. You can optionally -only Process the events (results in no output events) by leaving out the Result. -You can also perform an identity transformation on the incoming events by leaving -out the Subscriber and only specifying Result.
-The following are all valid specifications: -channel –[subscriber]–> reply -Sink, no outgoing events: -channel – subscriber -no-op function (identity transformation): -channel –> reply
+ApiServerResource defines the resource to watch
-channel
+apiVersion
-
-Kubernetes core/v1.ObjectReference
+string
+
+ |
+
+ API version of the resource to watch. + |
+
+kind
+
+string
+
+ |
+
+ Kind of the resource to watch. +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + |
+
+labelSelector
+
+
+Kubernetes meta/v1.LabelSelector
|
- Reference to a channel that will be used to create the subscription -You can specify only the following fields of the ObjectReference: -- Kind -- APIVersion -- Name -The resource pointed by this ObjectReference must meet the -contract to the ChannelableSpec duck type. If the resource does not -meet this contract it will be reflected in the Subscription’s status. -This field is immutable. We have no good answer on what happens to -the events that are currently in the channel being consumed from -and what the semantics there should be. For now, you can always -delete the Subscription and recreate it to point to a different -channel, giving the user more control over what semantics should -be used (drain the channel first, possibly have events dropped, -etc.) +LabelSelector restricts this source to objects with the selected labels +More info: http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + |
+
+controllerSelector
+
+
+Kubernetes meta/v1.OwnerReference
+
+
+ |
+
+ ControllerSelector restricts this source to objects with a controlling owner reference of the specified kind. +Only apiVersion and kind are used. Both are optional. +Deprecated: Per-resource owner refs will no longer be supported in +v1alpha2, please use Spec.Owner as a GKV. + |
+
+controller
+
+bool
+
+ |
+
+ If true, send an event referencing the object controlling the resource +Deprecated: Per-resource controller flag will no longer be supported in +v1alpha2, please use Spec.Owner as a GKV. + |
+
+(Appears on: +ApiServerSource) +
++
ApiServerSourceSpec defines the desired state of ApiServerSource
+ +Field | +Description | +
---|---|
+resources
+
+
+[]ApiServerResource
+
+
+ |
+
+ Resources is the list of resources to watch + |
+
+serviceAccountName
+
+string
+
+ |
+
+(Optional)
+ ServiceAccountName is the name of the ServiceAccount to use to run this +source. + |
+
+sink
+
+knative.dev/pkg/apis/duck/v1beta1.Destination
+
+ |
+
+(Optional)
+ Sink is a reference to an object that will resolve to a domain name to use as the sink. |
-subscriber
+ceOverrides
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.CloudEventOverrides
|
(Optional)
- Subscriber is reference to (optional) function for processing events. -Events from the Channel will be delivered here and replies are -sent to a Destination as specified by the Reply. +CloudEventOverrides defines overrides to control the output format and +modifications of the event sent to the sink. |
-reply
+owner
-knative.dev/pkg/apis/duck/v1.Destination
+
+APIVersionKind
+
|
(Optional)
- Reply specifies (optionally) how to handle events returned from -the Subscriber target. +ResourceOwner is an additional filter to only track resources that are +owned by a specific resource type. If ResourceOwner matches Resources[n] +then Resources[n] is allowed to pass the ResourceOwner filter. |
-delivery
+mode
-
-DeliverySpec
-
+string
|
-(Optional)
- Delivery configuration +Mode is the mode the receive adapter controller runs under: Ref or Resource.
+ |
(Appears on: -Subscription) +ApiServerSource)
-
SubscriptionStatus (computed) for a subscription
+ApiServerSourceStatus defines the observed state of ApiServerSource
-Status
+SourceStatus
-knative.dev/pkg/apis/duck/v1.Status
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. - |
-
-physicalSubscription
-
-
-SubscriptionStatusPhysicalSubscription
-
-
- |
-
- PhysicalSubscription is the fully resolved values that this Subscription represents. +inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
(Appears on: -SubscriptionStatus) +SinkBinding)
-
SubscriptionStatusPhysicalSubscription represents the fully resolved values for this -Subscription.
+SinkBindingSpec holds the desired state of the SinkBinding (from the client).
-subscriberUri
+SourceSpec
-knative.dev/pkg/apis.URL
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
- SubscriberURI is the fully resolved URI for spec.subscriber. +
+(Members of |
-replyUri
+BindingSpec
-knative.dev/pkg/apis.URL
+knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
|
- ReplyURI is the fully resolved URI for the spec.reply. +
+(Members of |
+(Appears on: +SinkBinding) +
++
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
+ +Field | +Description | +
---|---|
-deadLetterSinkUri
+SourceStatus
-knative.dev/pkg/apis.URL
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
- ReplyURI is the fully resolved URI for the spec.delivery.deadLetterSink. +
+(Members of |
-
Package v1alpha1 is the v1alpha1 version of the API.
+Package v1alpha2 contains API Schema definitions for the sources v1beta1 API group
Resource Types: --
ConfigMapPropagation is used to propagate configMaps from original namespace to current namespace
+ApiServerSource is the Schema for the apiserversources API
-configs.internal.knative.dev/v1alpha1
+sources.knative.dev/v1alpha2
|
@@ -8323,7 +8489,7 @@ configs.internal.knative.dev/v1alpha1
ConfigMapPropagation |
+ApiServerSource |
|||||
@@ -8335,7 +8501,6 @@ Kubernetes meta/v1.ObjectMeta |
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -8344,161 +8509,113 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ConfigMapPropagationSpec
+
+ApiServerSourceSpec
|
- Spec defines the desired state of the ConfigMapPropagation
Resource are the resources this source will track and send related +lifecycle events from the Kubernetes ApiServer, with an optional label +selector to help filter. |
||||
-status
+owner
-
-ConfigMapPropagationStatus
+
+APIVersionKind
|
(Optional)
- Status represents the current state of the EventType. -This data may be out of date. +ResourceOwner is an additional filter to only track resources that are +owned by a specific resource type. If ResourceOwner matches Resources[n] +then Resources[n] is allowed to pass the ResourceOwner filter. |
-(Appears on: -ConfigMapPropagation) -
--
-Field | -Description | -
---|---|
-originalNamespace
+mode
string
|
- OriginalNamespace is the namespace where the original configMaps are in +(Optional) +EventMode controls the format of the event.
+ |
-selector
+serviceAccountName
-
-Kubernetes meta/v1.LabelSelector
-
+string
|
(Optional)
- Selector only selects original configMaps with corresponding labels +ServiceAccountName is the name of the ServiceAccount to use to run this +source. Defaults to default if not set. |
-(Appears on: -ConfigMapPropagation) -
--
ConfigMapPropagationStatus represents the current state of a ConfigMapPropagation.
- -Field | -Description | -
---|---|
-Status
-
-knative.dev/pkg/apis/duck/v1.Status
-
- |
-
-
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. |
-copyConfigmaps
+status
-
-[]ConfigMapPropagationStatusCopyConfigMap
+
+ApiServerSourceStatus
|
-(Optional)
- CopyConfigMaps is the status for each copied configmap. |
-(Appears on: -ConfigMapPropagationStatus) -
--
ConfigMapPropagationStatusCopyConfigMap represents the status of a copied configmap
+ContainerSource is the Schema for the containersources API
-name
-
-string
-
+apiVersion
+string |
+
+
+sources.knative.dev/v1alpha2
+
|
+
- Name is copy configmap’s name +kind
+string
|
+ContainerSource |
-source
+metadata
-string
+
+Kubernetes meta/v1.ObjectMeta
+
|
- Source is “originalNamespace/originalConfigMapName” +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
-operation
+spec
-string
+
+ContainerSourceSpec
+
|
- Operation represents the operation CMP takes for this configmap. The operations are copy|delete|stop - |
-
-ready
+SourceSpec
-string
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
- Ready represents the operation is ready or not +
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-reason
+template
-string
+
+Kubernetes core/v1.PodTemplateSpec
+
|
- Reason indicates reasons if the operation is not ready +Template describes the pods that will be created + |
+
resourceVersionFromSource
+status
-string
+
+ContainerSourceStatus
+
ResourceVersion is the resourceVersion of original configmap
-
Package v1 is the v1 version of the API.
- -Resource Types: --
Parallel defines conditional branches that will be wired in -series through Channels and Subscriptions.
+PingSource is the Schema for the PingSources API.
+apiVersion
+string |
+
+
+sources.knative.dev/v1alpha2
+
+ |
+||||||||||
+kind
+string
+ |
+PingSource |
+||||||||||
metadata
@@ -8607,7 +8757,6 @@ Kubernetes meta/v1.ObjectMeta
|
-(Optional)
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
@@ -8616,55 +8765,57 @@ Refer to the Kubernetes API documentation for the fields of the
spec
-
-ParallelSpec
+
+PingSourceSpec
|
- Spec defines the desired state of the Parallel.
|
status
-
-ParallelStatus
+
+PingSourceStatus
|
-(Optional)
- Status represents the current state of the Parallel. This data may be out of -date. |
-(Appears on: -ParallelSpec) -
-+
SinkBinding describes a Binding that is also a Source.
+The sink
(from the Source duck) is resolved to a URL and
+then projected into the subject
by augmenting the runtime
+contract of the referenced containers to have a K_SINK
+environment variable holding the endpoint to which to send
+cloud events.
-filter
-
-knative.dev/pkg/apis/duck/v1.Destination
-
- |
+
-(Optional)
- Filter is the expression guarding the branch +
+sources.knative.dev/v1alpha2
+
|
|
-subscriber
-
-knative.dev/pkg/apis/duck/v1.Destination
-
- |
-
- Subscriber receiving the event when the filter passes +kind
+string
|
+SinkBinding |
-reply
+metadata
-knative.dev/pkg/apis/duck/v1.Destination
+
+Kubernetes meta/v1.ObjectMeta
+
|
-(Optional)
- 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 +Refer to the Kubernetes API documentation for the fields of the +metadata field.
|
|
-delivery
+spec
-
-DeliverySpec
+
+SinkBindingSpec
|
-(Optional)
- Delivery is the delivery specification for events to the subscriber -This includes things like retries, DLQ, etc. - |
-
-(Appears on: -ParallelStatus) -
--
ParallelBranchStatus represents the current state of a Parallel branch
- +Field | -Description | -|
---|---|---|
-filterSubscriptionStatus
+SourceSpec
-
-ParallelSubscriptionStatus
-
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
- FilterSubscriptionStatus corresponds to the filter subscription status. +
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
|
-filterChannelStatus
+BindingSpec
-
-ParallelChannelStatus
-
+knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
|
-
- FilterChannelStatus corresponds to the filter channel status. + |
+
+(Members of inherits duck/v1alpha1 BindingSpec, which currently provides: +* Subject - Subject references the resource(s) whose “runtime contract” +should be augmented by Binding implementations. + |
+
subscriberSubscriptionStatus
+status
-
-ParallelSubscriptionStatus
+
+SinkBindingStatus
SubscriptionStatus corresponds to the subscriber subscription status.
(Appears on: -ParallelBranchStatus, -ParallelStatus) +ApiServerSourceSpec, +ApiServerSourceSpec)
+
APIVersionKind is an APIVersion and Kind tuple.
-channel
+apiVersion
-
-Kubernetes core/v1.ObjectReference
-
+string
|
- Channel is the reference to the underlying channel. +APIVersion - the API version of the resource to watch. |
-ready
+kind
-knative.dev/pkg/apis.Condition
+string
|
- ReadyCondition indicates whether the Channel is ready or not. +Kind of the resource to watch. +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
(Appears on: -Parallel) +ApiServerSourceSpec)
+
APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.
-branches
+apiVersion
-
-[]ParallelBranch
-
+string
|
- Branches is the list of Filter/Subscribers pairs. +APIVersion - the API version of the resource to watch. |
-channelTemplate
+kind
-
-ChannelTemplateSpec
-
+string
|
-(Optional)
- 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). +Kind of the resource to watch. +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
-reply
+selector
-knative.dev/pkg/apis/duck/v1.Destination
+
+Kubernetes meta/v1.LabelSelector
+
|
(Optional)
- Reply is a Reference to where the result of a case Subscriber gets sent to -when the case does not have a Reply +LabelSelector filters this source to objects to those resources pass the +label selector. +More info: http://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors |
(Appears on: -Parallel) +ApiServerSource)
-
ParallelStatus represents the current state of a Parallel.
+ApiServerSourceSpec defines the desired state of ApiServerSource
-Status
+SourceSpec
-knative.dev/pkg/apis/duck/v1.Status
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-ingressChannelStatus
+resources
-
-ParallelChannelStatus
+
+[]APIVersionKindSelector
|
- IngressChannelStatus corresponds to the ingress channel status. +Resource are the resources this source will track and send related +lifecycle events from the Kubernetes ApiServer, with an optional label +selector to help filter. |
-branchStatuses
+owner
-
-[]ParallelBranchStatus
+
+APIVersionKind
|
- BranchStatuses is an array of corresponding to branch statuses. -Matches the Spec.Branches array in the order. - |
-
-AddressStatus
-
-knative.dev/pkg/apis/duck/v1.AddressStatus
-
- |
-
-
-(Members of AddressStatus is the starting point to this Parallel. Sending to this -will target the first subscriber. -It generally has the form {channel}.{namespace}.svc.{cluster domain name} +(Optional) +ResourceOwner is an additional filter to only track resources that are +owned by a specific resource type. If ResourceOwner matches Resources[n] +then Resources[n] is allowed to pass the ResourceOwner filter. |
-(Appears on: -ParallelBranchStatus) -
--
-Field | -Description | -
---|---|
-subscription
+mode
-
-Kubernetes core/v1.ObjectReference
-
+string
|
- Subscription is the reference to the underlying Subscription. +(Optional) +EventMode controls the format of the event.
+ |
-ready
+serviceAccountName
-knative.dev/pkg/apis.Condition
+string
|
- ReadyCondition indicates whether the Subscription is ready or not. +(Optional) +ServiceAccountName is the name of the ServiceAccount to use to run this +source. Defaults to default if not set. |
-
Sequence defines a sequence of Subscribers that will be wired in -series through Channels and Subscriptions.
+(Appears on: +ApiServerSource) + ++
ApiServerSourceStatus defines the observed state of ApiServerSource
-metadata
-
-
-Kubernetes meta/v1.ObjectMeta
-
-
- |
-
-(Optional)
-Refer to the Kubernetes API documentation for the fields of the
-metadata field.
- |
-||||||
-spec
-
-
-SequenceSpec
-
-
- |
-
- Spec defines the desired state of the Sequence. -- -
|
-||||||
-status
+SourceStatus
-
-SequenceStatus
-
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
-
-(Optional)
- Status represents the current state of the Sequence. This data may be out of -date. + |
+
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
(Appears on: -SequenceStatus) +ContainerSource)
+
ContainerSourceSpec defines the desired state of ContainerSource
-channel
+SourceSpec
-
-Kubernetes core/v1.ObjectReference
-
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
- Channel is the reference to the underlying channel. +
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-ready
+template
-knative.dev/pkg/apis.Condition
+
+Kubernetes core/v1.PodTemplateSpec
+
|
- ReadyCondition indicates whether the Channel is ready or not. +Template describes the pods that will be created |
(Appears on: -Sequence) +ContainerSource)
+
ContainerSourceStatus defines the observed state of ContainerSource
-steps
-
-
-[]SequenceStep
-
-
- |
-
- Steps is the list of Destinations (processors / functions) that will be called in the order -provided. Each step has its own delivery options - |
-
-channelTemplate
-
-
-ChannelTemplateSpec
-
-
- |
-
-(Optional)
- 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). - |
-
-reply
+SourceStatus
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
-(Optional)
- Reply is a Reference to where the result of the last Subscriber gets sent to. +
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
(Appears on: -Sequence) +PingSource)
-
SequenceStatus represents the current state of a Sequence.
+PingSourceSpec defines the desired state of the PingSource.
-Status
+SourceSpec
-knative.dev/pkg/apis/duck/v1.Status
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
-(Members of inherits duck/v1 Status, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last processed by the controller. -* Conditions - the latest available observations of a resource’s current state. +inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-subscriptionStatuses
+schedule
-
-[]SequenceSubscriptionStatus
-
+string
|
- SubscriptionStatuses is an array of corresponding Subscription statuses. -Matches the Spec.Steps array in the order. +(Optional) +Schedule is the cronjob schedule. Defaults to |
-channelStatuses
+jsonData
-
-[]SequenceChannelStatus
-
+string
|
- ChannelStatuses is an array of corresponding Channel statuses. -Matches the Spec.Steps array in the order. +(Optional) +JsonData is json encoded data used as the body of the event posted to +the sink. Default is empty. If set, datacontenttype will also be set +to “application/json”. |
+(Appears on: +PingSource) +
++
PingSourceStatus defines the observed state of PingSource.
+ +Field | +Description | +
---|---|
-AddressStatus
+SourceStatus
-knative.dev/pkg/apis/duck/v1.AddressStatus
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
-(Members of AddressStatus is the starting point to this Sequence. Sending to this -will target the first subscriber. -It generally has the form {channel}.{namespace}.svc.{cluster domain name} +inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
(Appears on: -SequenceSpec) +SinkBinding)
+
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
-Destination
+SourceSpec
-knative.dev/pkg/apis/duck/v1.Destination
+knative.dev/pkg/apis/duck/v1.SourceSpec
|
-(Members of Subscriber receiving the step event +inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. |
-delivery
+BindingSpec
-
-DeliverySpec
-
+knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
|
-(Optional)
- Delivery is the delivery specification for events to the subscriber -This includes things like retries, DLQ, etc. +
+(Members of inherits duck/v1alpha1 BindingSpec, which currently provides: +* Subject - Subject references the resource(s) whose “runtime contract” +should be augmented by Binding implementations. |
(Appears on: -SequenceStatus) +SinkBinding)
+
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
-subscription
-
-
-Kubernetes core/v1.ObjectReference
-
-
- |
-
- Subscription is the reference to the underlying Subscription. - |
-
-ready
+SourceStatus
-knative.dev/pkg/apis.Condition
+knative.dev/pkg/apis/duck/v1.SourceStatus
|
- ReadyCondition indicates whether the Subscription is ready or not. +
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. |
-
Package v1alpha2 contains API Schema definitions for the sources v1beta1 API group
+Package v1beta1 contains API Schema definitions for the sources v1beta1 API group.
Resource Types:
ApiServerSource is the Schema for the apiserversources API
@@ -9443,7 +9501,7 @@ Resource Types: string
-sources.knative.dev/v1alpha2
+sources.knative.dev/v1beta1
spec
-
+
ApiServerSourceSpec
@@ -9503,7 +9561,7 @@ and modifications of the event sent to the sink.
resources
-
+
[]APIVersionKindSelector
@@ -9518,7 +9576,7 @@ selector to help filter.
owner
-
+
APIVersionKind
@@ -9565,7 +9623,7 @@ source. Defaults to default if not set.
status
-
+
ApiServerSourceStatus
@@ -9575,7 +9633,7 @@ ApiServerSourceStatus
-
ContainerSource is the Schema for the containersources API
@@ -9594,7 +9652,7 @@ ApiServerSourceStatus string
-sources.knative.dev/v1alpha2
+sources.knative.dev/v1beta1
spec
-
+
ContainerSourceSpec
@@ -9670,7 +9728,7 @@ Kubernetes core/v1.PodTemplateSpec
status
-
+
ContainerSourceStatus
@@ -9680,7 +9738,7 @@ ContainerSourceStatus
-
PingSource is the Schema for the PingSources API.
@@ -9699,7 +9757,7 @@ ContainerSourceStatus string
-sources.knative.dev/v1alpha2
+sources.knative.dev/v1beta1
spec
-
+
PingSourceSpec
@@ -9769,6 +9827,20 @@ string
timezone
+
+string
+
+Timezone modifies the actual time relative to the specified timezone. +Defaults to the system time zone. +More general information about time zones: https://www.iana.org/time-zones +List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+jsonData
string
@@ -9788,7 +9860,7 @@ to “application/json”.
status
-
+
PingSourceStatus
@@ -9798,7 +9870,7 @@ PingSourceStatus
SinkBinding describes a Binding that is also a Source. @@ -9822,7 +9894,7 @@ cloud events.
string
-sources.knative.dev/v1alpha2
+sources.knative.dev/v1beta1
spec
-
+
SinkBindingSpec
@@ -9882,14 +9954,14 @@ and modifications of the event sent to the sink.
BindingSpec
-knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
+knative.dev/pkg/apis/duck/v1beta1.BindingSpec
(Members of BindingSpec
are embedded into this type.)
inherits duck/v1alpha1 BindingSpec, which currently provides: +
inherits duck/v1beta1 BindingSpec, which currently provides: * Subject - Subject references the resource(s) whose “runtime contract” should be augmented by Binding implementations.
status
-
+
SinkBindingStatus
@@ -9911,12 +9983,11 @@ SinkBindingStatus
-(Appears on: -ApiServerSourceSpec, -ApiServerSourceSpec) +ApiServerSourceSpec)
APIVersionKind is an APIVersion and Kind tuple.
@@ -9954,11 +10025,11 @@ More info: APIVersionKindSelector +(Appears on: -ApiServerSourceSpec) +ApiServerSourceSpec)
APIVersionKindSelector is an APIVersion Kind tuple with a LabelSelector.
@@ -10012,11 +10083,11 @@ More info: ApiServerSourceSpec +(Appears on: -ApiServerSource) +ApiServerSource)
ApiServerSourceSpec defines the desired state of ApiServerSource
@@ -10051,7 +10122,7 @@ and modifications of the event sent to the sink.resources
-
+
[]APIVersionKindSelector
@@ -10064,58 +10135,263 @@ selector to help filter.
owner
+owner
+
+
+APIVersionKind
+
+
+ResourceOwner is an additional filter to only track resources that are +owned by a specific resource type. If ResourceOwner matches Resources[n] +then Resources[n] is allowed to pass the ResourceOwner filter.
+mode
+
+string
+
+EventMode controls the format of the event.
+Reference
sends a dataref event type for the resource under watch.
+Resource
send the full resource lifecycle event.
+Defaults to Reference
serviceAccountName
+
+string
+
+ServiceAccountName is the name of the ServiceAccount to use to run this +source. Defaults to default if not set.
++(Appears on: +ApiServerSource) +
++
ApiServerSourceStatus defines the observed state of ApiServerSource
+ +Field | +Description | +
---|---|
+SourceStatus
+
+knative.dev/pkg/apis/duck/v1.SourceStatus
+
+ |
+
+
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. + |
+
+(Appears on: +ContainerSource) +
++
ContainerSourceSpec defines the desired state of ContainerSource
+ +Field | +Description | +
---|---|
+SourceSpec
+
+knative.dev/pkg/apis/duck/v1.SourceSpec
+
+ |
+
+
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. + |
+
+template
+
+
+Kubernetes core/v1.PodTemplateSpec
+
+
+ |
+
+ Template describes the pods that will be created + |
+
+(Appears on: +ContainerSource) +
++
ContainerSourceStatus defines the observed state of ContainerSource
+ +Field | +Description | +
---|---|
+SourceStatus
+
+knative.dev/pkg/apis/duck/v1.SourceStatus
+
+ |
+
+
+(Members of inherits duck/v1 SourceStatus, which currently provides: +* ObservedGeneration - the ‘Generation’ of the Service that was last +processed by the controller. +* Conditions - the latest available observations of a resource’s current +state. +* SinkURI - the current active sink URI that has been configured for the +Source. + |
+
+(Appears on: +PingSource) +
++
PingSourceSpec defines the desired state of the PingSource.
+ +Field | +Description | +
---|---|
+SourceSpec
+
+knative.dev/pkg/apis/duck/v1.SourceSpec
+
+ |
+
+
+(Members of inherits duck/v1 SourceSpec, which currently provides: +* Sink - a reference to an object that will resolve to a domain name or +a URI directly to use as the sink. +* CloudEventOverrides - defines overrides to control the output format +and modifications of the event sent to the sink. + |
+
+schedule
-
-APIVersionKind
-
+string
|
(Optional)
- ResourceOwner is an additional filter to only track resources that are -owned by a specific resource type. If ResourceOwner matches Resources[n] -then Resources[n] is allowed to pass the ResourceOwner filter. +Schedule is the cronjob schedule. Defaults to |
-mode
+timezone
string
|
-(Optional)
- EventMode controls the format of the event.
- Timezone modifies the actual time relative to the specified timezone. +Defaults to the system time zone. +More general information about time zones: https://www.iana.org/time-zones +List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones |
-serviceAccountName
+jsonData
string
|
(Optional)
- ServiceAccountName is the name of the ServiceAccount to use to run this -source. Defaults to default if not set. +JsonData is json encoded data used as the body of the event posted to +the sink. Default is empty. If set, datacontenttype will also be set +to “application/json”. |
(Appears on: -ApiServerSource) +PingSource)
-
ApiServerSourceStatus defines the observed state of ApiServerSource
+PingSourceStatus defines the observed state of PingSource.
(Appears on: -ContainerSource) +SinkBinding)
-
ContainerSourceSpec defines the desired state of ContainerSource
+SinkBindingSpec holds the desired state of the SinkBinding (from the client).
-template
+BindingSpec
-
-Kubernetes core/v1.PodTemplateSpec
-
+knative.dev/pkg/apis/duck/v1beta1.BindingSpec
|
- Template describes the pods that will be created +
+(Members of inherits duck/v1beta1 BindingSpec, which currently provides: +* Subject - Subject references the resource(s) whose “runtime contract” +should be augmented by Binding implementations. |
(Appears on: -ContainerSource) +SinkBinding)
-
ContainerSourceStatus defines the observed state of ContainerSource
+SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
-(Appears on: -PingSource) +
Package v1beta2 contains API Schema definitions for the sources v1beta2 API group.
+Resource Types: +-
PingSourceSpec defines the desired state of the PingSource.
+PingSource is the Schema for the PingSources API.
+apiVersion
+string |
+
+
+sources.knative.dev/v1beta2
+
+ |
+||||||||||||
+kind
+string
+ |
+PingSource |
+||||||||||||
+metadata
+
+
+Kubernetes meta/v1.ObjectMeta
+
+
+ |
+
+Refer to the Kubernetes API documentation for the fields of the
+metadata field.
+ |
+||||||||||||
+spec
+
+
+PingSourceSpec
+
+
+ |
+
+ + +
PingSourceStatus ---(Appears on: -PingSource) - -- PingSourceStatus defines the observed state of PingSource. - -
|
+||||||||||||
+status
+
+
+PingSourceStatus
+
|
-
-(Members of inherits duck/v1 SourceStatus, which currently provides: -* ObservedGeneration - the ‘Generation’ of the Service that was last -processed by the controller. -* Conditions - the latest available observations of a resource’s current -state. -* SinkURI - the current active sink URI that has been configured for the -Source. |
(Appears on: -SinkBinding) +PingSource)
-
SinkBindingSpec holds the desired state of the SinkBinding (from the client).
+PingSourceSpec defines the desired state of the PingSource.
-BindingSpec
+schedule
-knative.dev/pkg/apis/duck/v1alpha1.BindingSpec
+string
|
-
-(Members of inherits duck/v1alpha1 BindingSpec, which currently provides: -* Subject - Subject references the resource(s) whose “runtime contract” -should be augmented by Binding implementations. +(Optional) +Schedule is the cron schedule. Defaults to |
+
+timezone
+
+string
+
+ |
+
+ Timezone modifies the actual time relative to the specified timezone. +Defaults to the system time zone. +More general information about time zones: https://www.iana.org/time-zones +List of valid timezone values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + |
+
+contentType
+
+string
+
+ |
+
+(Optional)
+ ContentType is the media type of Data or DataBase64. Default is empty. + |
+
+data
+
+string
+
+ |
+
+(Optional)
+ Data is data used as the body of the event posted to the sink. Default is empty. +Mutually exclusive with DataBase64. + |
+
+dataBase64
+
+string
+
+ |
+
+(Optional)
+ DataBase64 is base64 encoded binary data used as the body of the event posted to the sink. Default is empty. +Mutually exclusive with Data. |
(Appears on: -SinkBinding) +PingSource)
-
SinkBindingStatus communicates the observed state of the SinkBinding (from the controller).
+PingSourceStatus defines the observed state of PingSource.
Value | +Description | +
---|---|
"Reachable" |
+ReachabilityReachable means the |
+
"" |
+ReachabilityUnknown means the reachability of the |
+
"Unreachable" |
+ReachabilityUnreachable means the |
+
@@ -1704,6 +1723,30 @@ LatestReadyRevisionName that we last observed.
RoutingState represents states of a revision with regards to serving a route.
+Value | +Description | +
---|---|
"active" |
+RoutingStateActive is a state for a revision which are actively referenced by a Route. + |
+
"pending" |
+RoutingStatePending is a state after a revision is created, but before +its routing state has been determined. It is treated like active for the purposes +of revision garbage collection. + |
+
"reserve" |
+RoutingStateReserve is a state for a revision which is no longer referenced by a Route, +and is scaled down, but may be rapidly pinned to a route to be made active again. + |
+
"" |
+RoutingStateUnset is the empty value for routing state, this state is unexpected. + |
+
@@ -2173,5 +2216,5 @@ knative.dev/pkg/apis/duck/v1.Addressable
Generated with gen-crd-api-reference-docs
-on git commit db4879e0f
.
+on git commit 560a4f678
.