Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
PodIP string
PodHwAddr string `json:"pod-hw-addr"`
Routes []*Route `json:"routes"`
InterfaceName string `json:"interface"`
MTU int `json:"mtu"`
WorkerNodeIP string `json:"worker-node-ip"`
TunnelType string `json:"tunnel-type"`
Dedicated bool `json:"dedicated"`
Index int `json:"index"`
VXLANPort int `json:"vxlan-port,omitempty"`
VXLANID int `json:"vxlan-id,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.