Documentation ¶
Index ¶
- func ChoiceCaseChannelName(choiceName string, caseNumber int) string
- func ChoiceChannelName(choiceName string) string
- func ChoiceFilterSubscriptionName(choiceName string, caseNumber int) string
- func ChoiceSubscriptionName(choiceName string, caseNumber int) string
- func NewChannel(name string, p *v1alpha1.Choice) (*unstructured.Unstructured, error)
- func NewFilterSubscription(caseNumber int, p *v1alpha1.Choice) *eventingv1alpha1.Subscription
- func NewSubscription(caseNumber int, p *v1alpha1.Choice) *eventingv1alpha1.Subscription
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChoiceCaseChannelName ¶
ChoiceCaseChannelName creates a name for the Channel fronting a specific case
func ChoiceChannelName ¶
ChoiceChannelName creates a name for the Channel fronting choice.
func ChoiceSubscriptionName ¶
func NewChannel ¶
func NewChannel(name string, p *v1alpha1.Choice) (*unstructured.Unstructured, error)
NewChannel returns an unstructured.Unstructured based on the ChannelTemplateSpec for a given choice.
func NewFilterSubscription ¶
func NewFilterSubscription(caseNumber int, p *v1alpha1.Choice) *eventingv1alpha1.Subscription
func NewSubscription ¶
func NewSubscription(caseNumber int, p *v1alpha1.Choice) *eventingv1alpha1.Subscription
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.