Documentation ¶
Index ¶
Constants ¶
View Source
const ( VxLANIface = "vx-submariner" VxInterfaceWorker = 0 VxInterfaceGateway = 1 VxLANPort = 4800 VxLANOverhead = 50 VxLANVTepNetworkPrefix = 240 SmPostRoutingChain = "SUBMARINER-POSTROUTING" SmRouteAgentFilter = "app=submariner-routeagent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.0.2
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶ added in v0.0.2
func NewController(clusterID string, ClusterCidr []string, ServiceCidr []string, objectNamespace string, link *net.Interface, config InformerConfigStruct) *Controller
func (*Controller) Run ¶ added in v0.0.2
func (r *Controller) Run(stopCh <-chan struct{}) error
type InformerConfigStruct ¶ added in v0.0.2
type InformerConfigStruct struct { SubmarinerClientSet clientset.Interface ClientSet kubernetes.Interface EndpointInformer informers.EndpointInformer PodInformer podinformer.PodInformer }
Click to show internal directories.
Click to hide internal directories.