Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundRobinLoadBalancer ¶
type RoundRobinLoadBalancer struct {
// contains filtered or unexported fields
}
func (*RoundRobinLoadBalancer) Select ¶
func (r *RoundRobinLoadBalancer) Select() (*api.ServiceEntry, error)
func (*RoundRobinLoadBalancer) UpdateTargets ¶
func (r *RoundRobinLoadBalancer) UpdateTargets(targets []*api.ServiceEntry)
type TagAwareLoadBalancer ¶
type TagAwareLoadBalancer struct { Tags []string FallbackAllowed bool // contains filtered or unexported fields }
func (*TagAwareLoadBalancer) Select ¶
func (t *TagAwareLoadBalancer) Select() (*api.ServiceEntry, error)
func (*TagAwareLoadBalancer) UpdateTargets ¶
func (t *TagAwareLoadBalancer) UpdateTargets(targets []*api.ServiceEntry)
Click to show internal directories.
Click to hide internal directories.