route

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2020 License: Apache-2.0 Imports: 27 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL