Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPBind ¶
type HTTPS ¶
type PatternFiles ¶
type PatternFiles struct {
}
func (PatternFiles) Update ¶
func (t PatternFiles) Update(k store.K8s, cfg *config.ControllerCfg, api api.HAProxyClient) (reload bool, err error)
type ProxyProtocol ¶
type ProxyProtocol struct{}
func (ProxyProtocol) Update ¶
func (p ProxyProtocol) Update(k store.K8s, cfg *config.ControllerCfg, api api.HAProxyClient) (reload bool, err error)
type TCPServices ¶
type TCPServices struct {
SetDefaultService func(ingress *store.Ingress, frontends []string) (reload bool, err error)
CertDir string
AddrIPv4 string
AddrIPv6 string
}
func (TCPServices) Update ¶
func (t TCPServices) Update(k store.K8s, cfg *config.ControllerCfg, api api.HAProxyClient) (reload bool, err error)
Click to show internal directories.
Click to hide internal directories.