# Constants
ChannelConditionAddressable has status true when this Channel meets the Addressable contract and has a non-empty url.
ChannelConditionBrokerCell has status True when the BrokerCell that this Channel runs on is Ready=True.
ChannelConditionReady has status True when all subconditions below have been set to True.
ChannelConditionSubscription has status True when the Channel has had its primary Pub/Sub Subscription created.
ChannelConditionTopicReady has status True when the Channel has had a Pub/Sub topic created for it.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
Channel is a resource representing an channel backed by Google Cloud Pub/Sub.
ChannelList is a collection of Pub/Sub backed Channels.
ChannelSpec defines which subscribers have expressed interest in receiving events from this Channel.
ChannelStatus represents the current state of a Channel.