Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodEventManager ¶
type PodEventManager interface { // GetEvents returns all outstanding pod events in the event stream. GetEvents() ([]*pbevent.Event, error) }
PodEventManager is responsible to listen to pod events coming in from k8s or mesos clusters and adding them to the event stream. It also updates the host cache with the pod event.
Click to show internal directories.
Click to hide internal directories.