Documentation
¶
Index ¶
- Constants
- func AliasDomains(config types.Container) []string
- func BackendAddress(cnt types.Container, backendOverrideAddress string) (string, error)
- func BackendOptions(config types.Container) []string
- func BackendOverlayAddress(network types.NetworkResource, cnt types.Container) (string, error)
- func BalanceAlgorithm(config types.Container) string
- func ContextRoot(config types.Container) string
- func ContextRootRewrite(config types.Container) bool
- func Domain(config types.Container) string
- func HealthCheck(config types.Container) string
- func HealthCheckInterval(config types.Container) (int, error)
- func Hostname(config types.Container) string
- func IPHash(config types.Container) bool
- func OverlayEnabled(config ctypes.Container) (string, bool)
- func SSLBackend(config types.Container) bool
- func SSLBackendTLSVerify(config types.Container) string
- func SSLCertKey(config types.Container) string
- func SSLCertName(config types.Container) string
- func SSLEnabled(config types.Container) bool
- func SSLOnly(config types.Container) bool
- func WebsocketEndpoints(config types.Container) []string
Constants ¶
View Source
const (
DefaultBalanceAlgorithm = "roundrobin"
)
View Source
const (
DefaultHealthCheckInterval = 5000
)
View Source
const (
DefaultSSLBackendTLSVerify = "none"
)
Variables ¶
This section is empty.
Functions ¶
func AliasDomains ¶
func BackendAddress ¶
func BackendOptions ¶
func BackendOverlayAddress ¶
func BalanceAlgorithm ¶
func ContextRoot ¶ added in v1.1.1
func ContextRootRewrite ¶ added in v1.1.1
func HealthCheck ¶
func SSLBackend ¶
func SSLBackendTLSVerify ¶
func SSLCertKey ¶
func SSLCertName ¶
func SSLEnabled ¶
func WebsocketEndpoints ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.