package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

Get returns the resolver builder registered with the given name.
Register registers the balancer builder to the balancer map.

# Variables

ErrNoSubConnAvailable indicates no SubConn is available for pick().
ErrTransientFailure indicates all SubConns are in TransientFailure.

# Structs

BuildOptions contains additional information for Build.
DoneInfo contains additional information for done.
NewSubConnOptions contains options to create new SubConn.
PickOptions contains addition information for the Pick operation.

# Interfaces

Balancer takes input from gRPC, manages SubConns, and collects and aggregates the connectivity states.
Builder creates a balancer.
ClientConn represents a gRPC ClientConn.
Picker is used by gRPC to pick a SubConn to send an RPC.
SubConn represents a gRPC sub connection.