Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
type TransparentProxyConfig ¶
type TransparentProxyConfig struct {
config.BaseConfig
KumactlLinuxBin string `json:"kumactlLinuxBin,omitempty" envconfig:"KUMACTL_LINUX_BIN"`
DockerImagesToTest map[string]string `json:"dockerImagesToTest,omitempty" envconfig:"DOCKER_IMAGES_TO_TEST"`
InstallParamsToTest *ParamsMap `json:"additionalParamsToTest,omitempty" envconfig:"ADDITIONAL_PARAMS_TO_TEST"`
IPV6 bool `json:"ipv6,omitempty" envconfig:"IPV6"`
}
var Config TransparentProxyConfig
func (TransparentProxyConfig) AutoConfigure ¶
func (c TransparentProxyConfig) AutoConfigure() error
func (TransparentProxyConfig) Validate ¶
func (c TransparentProxyConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.