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 Couch DB source.
func MakeReceiveAdapter ¶
func MakeReceiveAdapter(args *ReceiveAdapterArgs) *v1.Deployment
MakeReceiveAdapter generates (but does not insert into K8s) the Receive Adapter Deployment for CouchDB sources.
Types ¶
type EventTypeArgs ¶
type EventTypeArgs struct {
Src *v1alpha1.CouchDbSource
Type string
Source string
}
EventTypeArgs are the arguments needed to create an EventType for an Couch DB source.
Source Files
¶
- eventtype.go
- labels.go
- receive_adapter.go
Click to show internal directories.
Click to hide internal directories.