Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEventType ¶
func MakeEventType(src *v1alpha1.CronJobSource) *eventingv1alpha1.EventType
MakeEventType creates the in-memory representation of the EventType for the specified CronJobSource.
func MakeReceiveAdapter ¶
func MakeReceiveAdapter(args *ReceiveAdapterArgs) *v1.Deployment
MakeReceiveAdapter generates (but does not insert into K8s) the Receive Adapter Deployment for Cron Job Sources.
Types ¶
type ReceiveAdapterArgs ¶
type ReceiveAdapterArgs struct { Image string Source *v1alpha1.CronJobSource Labels map[string]string SinkURI string MetricsConfig string LoggingConfig string }
ReceiveAdapterArgs are the arguments needed to create a Cron Job Source Receive Adapter. Every field is required.
Click to show internal directories.
Click to hide internal directories.