package
0.1.46
Repository: https://github.com/openshift/hypershift.git
Documentation: pkg.go.dev

# Functions

NewKonnectivityDialer creates a dialer that uses a konnectivity server as a tunnel to obtain a TCP connection to the target address.

# Structs

Options specifies the inputs for creating a Konnectivity dialer.

# Interfaces

The ProxyDialer is the dialer used to connect via a Konnectivity proxy It implements the ContextDialer and Dialer interfaces as well as a the socks5.NameResolver interface to look up names through the konnectivity tunnel if necessary.