Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HybridProxier ¶
type HybridProxier struct {
// contains filtered or unexported fields
}
func NewHybridProxier ¶
func NewHybridProxier(unidlingLoadBalancer config.EndpointsConfigHandler, unidlingProxy *userspace.Proxier, mainLoadBalancer config.EndpointsConfigHandler, mainProxy proxy.ProxyProvider, syncPeriod time.Duration, serviceConfig *config.ServiceConfig) (*HybridProxier, error)
func (*HybridProxier) OnEndpointsUpdate ¶
func (p *HybridProxier) OnEndpointsUpdate(endpoints []api.Endpoints)
func (*HybridProxier) OnServiceUpdate ¶
func (p *HybridProxier) OnServiceUpdate(services []api.Service)
func (*HybridProxier) Sync ¶
func (p *HybridProxier) Sync()
Sync is called to immediately synchronize the proxier state to iptables
func (*HybridProxier) SyncLoop ¶
func (p *HybridProxier) SyncLoop()
SyncLoop runs periodic work. This is expected to run as a goroutine or as the main loop of the app. It does not return.
Click to show internal directories.
Click to hide internal directories.