Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeEventType ¶
func MakeEventType(args *EventTypeArgs) eventingv1alpha1.EventType
MakeEventType creates the in-memory representation of the EventType for the specified Prometheus source.
func MakeReceiveAdapter ¶
func MakeReceiveAdapter(args *ReceiveAdapterArgs) *v1.Deployment
MakeReceiveAdapter generates (but does not insert into K8s) the Receive Adapter Deployment for Prometheus sources.
Types ¶
type EventTypeArgs ¶
type EventTypeArgs struct { Src *v1alpha1.PrometheusSource Type string Source string }
EventTypeArgs are the arguments needed to create an EventType for a Prometheus source.
Click to show internal directories.
Click to hide internal directories.