Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTPProto = "http" HTTPSProto = "https" TLSProto = "tls" TCPProto = "tcp" SNIProto = "sni" UDPProto = "udp" )
supported protocols
View Source
const ( EqRuleComparator = "eq" BegRuleComparator = "beg" EndRuleComparator = "end" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackendService ¶
type BackendServices ¶ added in v0.4.0
type BackendServices []*BackendService
func (BackendServices) Len ¶ added in v0.4.0
func (s BackendServices) Len() int
func (BackendServices) Less ¶ added in v0.4.0
func (s BackendServices) Less(i, j int) bool
func (BackendServices) Swap ¶ added in v0.4.0
func (s BackendServices) Swap(i, j int)
type FrontendService ¶
type FrontendServices ¶ added in v0.4.0
type FrontendServices []*FrontendService
func (FrontendServices) Len ¶ added in v0.4.0
func (s FrontendServices) Len() int
func (FrontendServices) Less ¶ added in v0.4.0
func (s FrontendServices) Less(i, j int) bool
func (FrontendServices) Swap ¶ added in v0.4.0
func (s FrontendServices) Swap(i, j int)
type HealthCheck ¶ added in v0.4.0
type LoadBalancerConfig ¶
type LoadBalancerConfig struct { DefaultCert *Certificate Certs []*Certificate Name string Annotations map[string]string FrontendServices FrontendServices Config string StickinessPolicy *StickinessPolicy }
Click to show internal directories.
Click to hide internal directories.