package
1.4.0-alpha.0
Repository: https://github.com/connordoyle/kubernetes.git
Documentation: pkg.go.dev
# Functions
CleanupLeftovers removes all iptables rules and chains created by the Proxier It returns true if an error was encountered.
IsProxyLocked returns true if the proxy could not acquire the lock on iptables.
NewLoadBalancerRR returns a new LoadBalancerRR.
NewProxier returns a new Proxier given a LoadBalancer and an address on which to listen.
# Variables
No description provided by the author
No description provided by the author
ErrProxyOnLocalhost is returned by NewProxier if the user requests a proxier on the loopback address.
# Structs
LoadBalancerRR is a round-robin load balancer.
Proxier is a simple proxy for TCP connections between a localhost:lport and services that provide the actual implementations.
# Interfaces
LoadBalancer is an interface for distributing incoming requests to service endpoints.
No description provided by the author