Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressAction ¶
type IngressAction interface {
// contains filtered or unexported methods
}
type IngressDeletedAction ¶
type IngressDeletedAction struct {
// contains filtered or unexported fields
}
type IngressUpdatedAction ¶
type IngressUpdatedAction struct {
// contains filtered or unexported fields
}
type MonitorController ¶
type MonitorController struct {
// contains filtered or unexported fields
}
MonitorController which can be used for monitoring ingresses
func NewMonitorController ¶
func NewMonitorController(namespace string, kubeClient kubernetes.Interface, config config.Config) *MonitorController
func (*MonitorController) Run ¶
func (c *MonitorController) Run(threadiness int, stopCh chan struct{})
Click to show internal directories.
Click to hide internal directories.