Documentation ¶
Index ¶
Constants ¶
View Source
const ( Chain = "OVN-KUBE-EGRESS-SVC" // called from nat-POSTROUTING IPRulePriority = 5000 // the priority of the ip rules created by the controller. Egress IP priority is 6000. )
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.