Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsCollector ¶
type EventsCollector struct {
// contains filtered or unexported fields
}
func NewEventsCollector ¶
func NewEventsCollector(clientset *kubernetes.Clientset, logger Logger) *EventsCollector
func (*EventsCollector) RegisterSubscriber ¶
func (m *EventsCollector) RegisterSubscriber(aggregatorID, svcName, svcNamespace, port, namespace string)
func (*EventsCollector) UnregisterByAggregatorID ¶
func (m *EventsCollector) UnregisterByAggregatorID(aggregatorID string)
func (*EventsCollector) UnregisterSubscriber ¶
func (m *EventsCollector) UnregisterSubscriber(aggregatorID, svcName, svcNamespace string)
Click to show internal directories.
Click to hide internal directories.