Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action interface {
// contains filtered or unexported methods
}
Action is an interface for ingress and route actions
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, resource string, restClient rest.Interface) *MonitorController
NewMonitorController implements a controller to monitor ingresses and routes
func (*MonitorController) Run ¶
func (c *MonitorController) Run(threadiness int, stopCh chan struct{})
Run method starts the controller
type ResourceDeletedAction ¶
type ResourceDeletedAction struct {
// contains filtered or unexported fields
}
ResourceDeletedAction provide implementation of action interface
type ResourceUpdatedAction ¶
type ResourceUpdatedAction struct {
// contains filtered or unexported fields
}
ResourceUpdatedAction provide implementation of action interface
Click to show internal directories.
Click to hide internal directories.