Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadConfig ¶
Types ¶
type IpPort ¶
type IpPort struct { Index uint16 `json:"index"` Subnet NetworkSubnet `json:"subnet"` // contains filtered or unexported fields }
type LoadBalancerConfig ¶
type LoadBalancerConfig struct { InputPort IpPort `json:"input-port"` TunnelPort IpPort `json:"tunnel-port"` TunnelSubnet NetworkSubnet `json:"tunnel-subnet"` WorkerAddresses []types.IPv4Address `json:"worker-addresses"` }
var LBConfig LoadBalancerConfig
type NetworkSubnet ¶
type NetworkSubnet struct { IPv4 types.IPv4Subnet `json:"ipv4"` IPv6 types.IPv6Subnet `json:"ipv6"` }
Click to show internal directories.
Click to hide internal directories.