Versions in this module Expand all Collapse all v0 v0.1.0 Feb 11, 2019 Changes in this version + func GenerateELBName(clusterName string, elbName string) string + func IsConflict(err error) bool + func IsNotFound(err error) bool + func IsSDKError(err error) (ok bool) + func NewConflict(err error) error + func NewNotFound(err error) error + func ReasonForError(err error) int + type ELBError struct + Code int + func (e *ELBError) Error() string + type Service struct + func NewService(scope *actuators.Scope) *Service + func (s *Service) DeleteLoadbalancers() error + func (s *Service) GetAPIServerDNSName() (string, error) + func (s *Service) ReconcileLoadbalancers() error + func (s *Service) RegisterInstanceWithAPIServerELB(instanceID string) error + func (s *Service) RegisterInstanceWithClassicELB(instanceID string, loadBalancer string) error