Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressSidecar ¶
type IngressSidecar struct {
// contains filtered or unexported fields
}
IngressSidecar ...
func NewIngressSidecar ¶
func NewIngressSidecar(nodeIP net.IP, lb *lbapi.LoadBalancer) (*IngressSidecar, error)
NewIngressSidecar creates a new ingress sidecar
func (*IngressSidecar) OnUpdate ¶
func (p *IngressSidecar) OnUpdate(lb *lbapi.LoadBalancer) error
OnUpdate ...
func (*IngressSidecar) SetListers ¶
func (p *IngressSidecar) SetListers(lister core.StoreLister)
SetListers sets the configured store listers in the generic ingress controller
Click to show internal directories.
Click to hide internal directories.