package
0.11.0
Repository: https://github.com/sallyom/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package config provides decoupling between various configuration sources (etcd, files,...) and the pieces that actually care about them (loadbalancer, proxy).
Package server does all of the work necessary to configure and run a Kubernetes proxy process.

# Functions

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

# 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.