Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(addr string) (pb.DestinationClient, *grpc.ClientConn, error)
func NewServer ¶
func NewServer(addr, k8sDNSZone string, enableTLS bool, k8sAPI *k8s.API, done chan struct{}) (*grpc.Server, net.Listener, error)
The Destination service serves service discovery information to the proxy. This implementation supports the "k8s" destination scheme and expects destination paths to be of the form: <service>.<namespace>.svc.cluster.local:<port>
If the port is omitted, 80 is used as a default. If the namespace is omitted, "default" is used as a default.append
Addresses for the given destination are fetched from the Kubernetes Endpoints API.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.