Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrInvalidKey = "InvalidKey"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is the controller implementation for prometheus alert rules to logzio alert rules
func NewController ¶
func NewController( kubeclientset *kubernetes.Clientset, configmapInformer corev1informers.ConfigMapInformer, config common.Config, ) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.