Versions in this module Expand all Collapse all v1 v1.5.4 Oct 26, 2023 Changes in this version + type Config struct + HashFunction string + func (c *Config) SetDefault() + func (c *Config) Verify() error + type LoadBalancer struct + func (g *LoadBalancer) ChooseInstance(criteria *loadbalancer.Criteria, inputInstances model.ServiceInstances) (model.Instance, error) + func (g *LoadBalancer) Destroy() error + func (g *LoadBalancer) Init(ctx *plugin.InitContext) error + func (g *LoadBalancer) Name() string + func (g *LoadBalancer) Type() common.Type