package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

CanUseIPVSProxier returns true if we can use the ipvs Proxier.
CleanupLeftovers clean up all ipvs and iptables rules created by ipvs Proxier.
NewProxier returns a new Proxier given an iptables and ipvs Interface instance.

# Constants

DefaultDummyDevice is the default dummy interface where ipvs service address will bind to it.
DefaultScheduler is the default ipvs scheduler algorithm - round robin.
KubeMarkDropChain is the mark-for-drop chain.
KubeMarkMasqChain is the mark-for-masquerade chain.

# Structs

Proxier is an ipvs based proxy for connections between a localhost:lport and services that provide the actual backends.

# Interfaces

IPGetter helps get node network interface IP.