Documentation ¶
Index ¶
Constants ¶
View Source
const NetworkPropertyPrefix = "network."
Variables ¶
View Source
var AllowableProperties = map[string]struct{}{"log_config": {}}
Functions ¶
This section is empty.
Types ¶
type BulkNetOutInputs ¶
type BulkNetOutInputs struct { ContainerIP string `json:"container_ip"` NetOutRules []garden.NetOutRule `json:"netout_rules"` }
type ExternalNetworker ¶
func New ¶
func New( commandRunner commandrunner.CommandRunner, configStore kawasaki.ConfigStore, externalIP net.IP, operatorNameServers []net.IP, additionalNameservers []net.IP, resolvConfigurer kawasaki.DnsResolvConfigurer, path string, extraArg []string, networkDepot kawasaki.NetworkDepot, ) ExternalNetworker
type NetInInputs ¶
type NetInOutputs ¶
type NetOutInputs ¶
type NetOutInputs struct { ContainerIP string `json:"container_ip"` NetOutRule garden.NetOutRule `json:"netout_rule"` }
Click to show internal directories.
Click to hide internal directories.