Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultTunnelType = "vxlan"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkerNode ¶
type WorkerNode interface {
Inspect(nsPath string) (*tunneler.Config, error)
Setup(nsPath string, podNodeIPs []net.IP, config *tunneler.Config) error
Teardown(nsPath string, config *tunneler.Config) error
}
func NewWorkerNode ¶
func NewWorkerNode(tunnelType, hostInterface string, vxlanPort, vxlanMinID int) WorkerNode
Click to show internal directories.
Click to hide internal directories.