# Functions
No description provided by the author
Kind takes an unqualified kind and returns back a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
ChannelConditionAddressable has status true when this Channel meets the Addressable contract and has a non-empty hostname.
ChannelConditionBackingChannelReady has status True when the backing Channel CRD is ready.
ChannelConditionReady has status True when all subconditions below have been set to True.
InMemoryChannelConditionAddressable has status true when this InMemoryChannel meets the Addressable contract and has a non-empty hostname.
InMemoryChannelConditionServiceReady has status True when a k8s Service representing the channel is ready.
InMemoryChannelConditionDispatcherReady has status True when a Dispatcher deployment is ready Keyed off appsv1.DeploymentAvaialble, which means minimum available replicas required are up and running for at least minReadySeconds.
InMemoryChannelConditionEndpointsReady has status True when a k8s Service Endpoints are backed by at least one endpoint.
InMemoryChannelConditionReady has status True when all subconditions below have been set to True.
InMemoryChannelConditionServiceReady has status True when a k8s Service is ready.
ParallelConditionAddressable has status true when this Parallel meets the Addressable contract and has a non-empty hostname.
ParallelConditionChannelsReady has status True when all the channels created as part of this parallel are ready.
ParallelConditionReady has status True when all subconditions below have been set to True.
ParallelConditionSubscriptionsReady has status True when all the subscriptions created as part of this parallel are ready.
SequenceConditionAddressable has status true when this Sequence meets the Addressable contract and has a non-empty hostname.
SequenceChannelsReady has status True when all the channels created as part of this sequence are ready.
SequenceConditionReady has status True when all subconditions below have been set to True.
SequenceSubscriptionsReady has status True when all the subscriptions created as part of this sequence are ready.
StatusConditionTypeDeprecated is the status.conditions.type used to provide deprecation warnings.
SubscriptionConditionAddedToChannel has status True when controller has successfully added a subscription to the spec.channel resource.
SubscriptionConditionChannelReady has status True when the channel has marked the subscriber as 'ready'.
SubscriptionConditionReady has status True when all subconditions below have been set to True.
SubscriptionConditionReferencesResolved has status True when all the specified references have been successfully resolved.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
subCondSet is a condition set with Ready as the happy condition and ReferencesResolved and ChannelReady as the dependent conditions.
# Structs
Channel represents a generic Channel.
ChannelList is a collection of Channels.
ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel.
ChannelStatus represents the current state of a Channel.
InMemoryChannel is a resource representing an in memory channel.
InMemoryChannelList is a collection of in-memory channels.
InMemoryChannelSpec defines which subscribers have expressed interest in receiving events from this InMemoryChannel.
ChannelStatus represents the current state of a Channel.
+genclient +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object Parallel defines conditional branches that will be wired in series through Channels and Subscriptions.
No description provided by the author
ParallelBranchStatus represents the current state of a Parallel branch.
No description provided by the author
ParallelList is a collection of Parallels.
No description provided by the author
ParallelStatus represents the current state of a Parallel.
No description provided by the author
+genclient +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object Sequence defines a sequence of Subscribers that will be wired in series through Channels and Subscriptions.
No description provided by the author
SequenceList is a collection of Sequences.
No description provided by the author
SequenceStatus represents the current state of a Sequence.
No description provided by the author
Subscription routes events received on a Channel to a DNS name and corresponds to the subscriptions.channels.knative.dev CRD.
SubscriptionList returned in list operations.
SubscriptionSpec specifies the Channel for incoming events, a Subscriber target for processing those events and where to put the result of the processing.
SubscriptionStatus (computed) for a subscription.
SubscriptionStatusPhysicalSubscription represents the fully resolved values for this Subscription.