Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeHTTPProxyFlags ¶
type KubeHTTPProxyFlags struct {
Kubernetes struct {
Config string
RetryBackoffString string
RetryBackoff time.Duration
}
Frontend struct {
Address string
Port int
Watch bool
Namespace string
Service string
PortName string
}
Backend struct {
Watch bool
Namespace string
Service string
Port string
PortName string
}
Signaller struct {
Enable bool
Address string
Port int
WorkersCount int
MaxRetries int
RetryBackoffString string
RetryBackoff time.Duration
}
Admin struct {
Address string
Port int
}
Varnish struct {
SecretFile string
Storage string
AdditionalParameters string
VCLTemplate string
VCLTemplatePoll bool
}
Readiness struct {
Enable bool
Address string
}
}
func (*KubeHTTPProxyFlags) Parse ¶
func (f *KubeHTTPProxyFlags) Parse() error
Click to show internal directories.
Click to hide internal directories.