Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpvsdrProvider ¶
type IpvsdrProvider struct {
// contains filtered or unexported fields
}
IpvsdrProvider ...
func NewIpvsdrProvider ¶
func NewIpvsdrProvider(nodeIP net.IP, lb *lbapi.LoadBalancer, unicast bool, labels, annotations []string) (*IpvsdrProvider, error)
NewIpvsdrProvider creates a new ipvs-dr LoadBalancer Provider.
func (*IpvsdrProvider) OnUpdate ¶
func (p *IpvsdrProvider) OnUpdate(lb *lbapi.LoadBalancer) error
OnUpdate ...
func (*IpvsdrProvider) SetListers ¶
func (p *IpvsdrProvider) SetListers(lister core.StoreLister)
SetListers sets the configured store listers in the generic ingress controller
func (*IpvsdrProvider) WaitForStart ¶
func (p *IpvsdrProvider) WaitForStart() bool
WaitForStart waits for ipvsdr fully run
Click to show internal directories.
Click to hide internal directories.