Documentation ¶
Index ¶
- func NewChannel(name string, p *v1alpha1.Sequence) (*unstructured.Unstructured, error)
- func NewSubscription(stepNumber int, s *v1alpha1.Sequence) *messagingv1alpha1.Subscription
- func SequenceChannelName(sequenceName string, step int) string
- func SequenceSubscriptionName(sequenceName string, step int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChannel ¶
func NewChannel(name string, p *v1alpha1.Sequence) (*unstructured.Unstructured, error)
NewChannel returns an unstructured.Unstructured based on the ChannelTemplateSpec for a given sequence.
func NewSubscription ¶
func NewSubscription(stepNumber int, s *v1alpha1.Sequence) *messagingv1alpha1.Subscription
func SequenceChannelName ¶
SequenceChannelName creates a name for the Channel fronting a specific step.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.