Documentation ¶
Index ¶
Constants ¶
View Source
const ( IPRulePriority = 5000 // the priority of the ip rules created by the controller. Egress IP priority is 6000. // chain for egress service NAT rules NFTablesChainName = "egress-services" // map for IPv4 SNAT mappings NFTablesMapV4 = "egress-service-snat-v4" // map for IPv6 SNAT mappings NFTablesMapV6 = "egress-service-snat-v6" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
func NewController(stopCh <-chan struct{}, returnMark, thisNode string, esInformer egressserviceinformer.EgressServiceInformer, serviceInformer cache.SharedIndexInformer, endpointSliceInformer cache.SharedIndexInformer) (*Controller, error)
Click to show internal directories.
Click to hide internal directories.