Documentation ¶
Overview ¶
Copyright 2019 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Copyright 2019 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = log.WithField("system", "events")
Functions ¶
This section is empty.
Types ¶
type EventRouter ¶
type EventRouter struct {
// contains filtered or unexported fields
}
func NewEventRouter ¶ added in v1.0.7
func NewEventRouter(clientset kubernetes.Interface, cfg configuration.EventsConfig, sink wavefront.WavefrontSink, scrapeCluster bool) *EventRouter
func (*EventRouter) Pause ¶ added in v1.0.6
func (er *EventRouter) Pause()
func (*EventRouter) Resume ¶ added in v1.0.6
func (er *EventRouter) Resume()
func (*EventRouter) Start ¶
func (er *EventRouter) Start()
func (*EventRouter) Stop ¶
func (er *EventRouter) Stop()
Click to show internal directories.
Click to hide internal directories.