kubernetes/pkg/proxy/ipvs/ipset.go

const MinIPSetCheckVersion

const kubeLoopBackIPSetComment

const kubeLoopBackIPSet

const kubeClusterIPSetComment

const kubeClusterIPSet

const kubeExternalIPSetComment

const kubeExternalIPSet

const kubeExternalIPLocalSetComment

const kubeExternalIPLocalSet

const kubeLoadBalancerSetComment

const kubeLoadBalancerSet

const kubeLoadBalancerLocalSetComment

const kubeLoadBalancerLocalSet

const kubeLoadBalancerFWSetComment

const kubeLoadBalancerFWSet

const kubeLoadBalancerSourceIPSetComment

const kubeLoadBalancerSourceIPSet

const kubeLoadBalancerSourceCIDRSetComment

const kubeLoadBalancerSourceCIDRSet

const kubeNodePortSetTCPComment

const kubeNodePortSetTCP

const kubeNodePortLocalSetTCPComment

const kubeNodePortLocalSetTCP

const kubeNodePortSetUDPComment

const kubeNodePortSetUDP

const kubeNodePortLocalSetUDPComment

const kubeNodePortLocalSetUDP

const kubeNodePortSetSCTPComment

const kubeNodePortSetSCTP

const kubeNodePortLocalSetSCTPComment

const kubeNodePortLocalSetSCTP

const kubeHealthCheckNodePortSetComment

const kubeHealthCheckNodePortSet

const kubeIPVSSetComment

const kubeIPVSSet

type IPSetVersioner

type IPSet

// NewIPSet initialize a new IPSet struct
func NewIPSet(handle utilipset.Interface, name string, setType utilipset.Type, isIPv6 bool, comment string) *IPSet {}

func (set *IPSet) validateEntry(entry *utilipset.Entry) bool {}

func (set *IPSet) isEmpty() bool {}

func (set *IPSet) getComment() string {}

func (set *IPSet) resetEntries() {}

func (set *IPSet) syncIPSetEntries() {}

func ensureIPSet(set *IPSet) error {}

// checkMinVersion checks if ipset current version satisfies required min version
func checkMinVersion(vstring string) bool {}