Versions in this module Expand all Collapse all v0 v0.1.3 Jun 3, 2016 Changes in this version + type LBProvider struct + func (lbp *LBProvider) ApplyConfig(lbConfig *config.LoadBalancerConfig) error + func (lbp *LBProvider) CleanupConfig(name string) error + func (lbp *LBProvider) GetName() string + func (lbp *LBProvider) GetPublicEndpoints(configName string) []string + func (lbp *LBProvider) IsHealthy() bool + func (lbp *LBProvider) Run(syncEndpointsQueue *utils.TaskQueue) + func (lbp *LBProvider) Stop() error + type PublicEndpoint struct + IPAddress string + Port int