Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerName = "ingresses" UserAgentName = "federation-ingresses-controller" )
Variables ¶
View Source
var (
RequiredResources = []schema.GroupVersionResource{extensionsv1beta1.SchemeGroupVersion.WithResource("ingresses")}
)
Functions ¶
This section is empty.
Types ¶
type IngressController ¶
type IngressController struct { sync.Mutex // Lock used for leader election // contains filtered or unexported fields }
func NewIngressController ¶
func NewIngressController(client federationclientset.Interface) *IngressController
NewIngressController returns a new ingress controller
func (*IngressController) Run ¶
func (ic *IngressController) Run(stopChan <-chan struct{})
Click to show internal directories.
Click to hide internal directories.