ext

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

README

External

These are the external integrations for the various supported Interlock extensions.

Documentation

Index

Constants

View Source
const (
	InterlockAppLabel                 = "interlock.app"                    // internal
	InterlockExtNameLabel             = "interlock.ext.name"               // common
	InterlockHostnameLabel            = "interlock.hostname"               // haproxy, nginx
	InterlockNetworkLabel             = "interlock.network"                // common
	InterlockDomainLabel              = "interlock.domain"                 // haproxy, nginx
	InterlockSSLLabel                 = "interlock.ssl"                    // nginx
	InterlockSSLOnlyLabel             = "interlock.ssl_only"               // haproxy, nginx
	InterlockSSLBackendLabel          = "interlock.ssl_backend"            // haproxy, nginx
	InterlockSSLBackendTLSVerifyLabel = "interlock.ssl_backend_tls_verify" // haproxy, nginx
	InterlockSSLCertLabel             = "interlock.ssl_cert"               // nginx
	InterlockSSLCertKeyLabel          = "interlock.ssl_cert_key"           // nginx
	InterlockPortLabel                = "interlock.port"                   // haproxy, nginx
	InterlockWebsocketEndpointLabel   = "interlock.websocket_endpoint"     // nginx
	InterlockAliasDomainLabel         = "interlock.alias_domain"           // haproxy, nginx
	InterlockHealthCheckLabel         = "interlock.health_check"           // haproxy
	InterlockHealthCheckIntervalLabel = "interlock.health_check_interval"  // haproxy
	InterlockBalanceAlgorithmLabel    = "interlock.balance_algorithm"      // haproxy
	InterlockBackendOptionLabel       = "interlock.backend_option"         // haproxy
	InterlockIPHashLabel              = "interlock.ip_hash"                // nginx
	InterlockContextRootLabel         = "interlock.context_root"           // haproxy, nginx
	InterlockContextRootRewriteLabel  = "interlock.context_root_rewrite"   // haproxy, nginx
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension added in v1.1.0

type Extension interface {
	Name() string
	HandleEvent(event *dockerclient.Event) error
}

Directories

Path Synopsis
lb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL