Documentation ¶ Index ¶ type Adapter func (a *Adapter) Start(stopCh <-chan struct{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Adapter ¶ type Adapter struct { // Namespace is the kubernetes namespace to watch for events from. Namespace string // SinkURI is the URI messages will be forwarded on to. SinkURI string } func (*Adapter) Start ¶ func (a *Adapter) Start(stopCh <-chan struct{}) error Run starts the kubernetes receive adapter and sends events produced in the configured namespace and send them to the sink uri provided. Source Files ¶ View all Source files adapter.gocloudevent.go Click to show internal directories. Click to hide internal directories.