# Functions
ConnectCluster returns a handler for proxy cluster.
GetTLSConfigForCluster returns a tls config for the cluster.
ImpersonateToken returns the impersonate token of the cluster.
Location returns a URL to which one can send traffic for the specified cluster.
NewThrottledUpgradeAwareProxyHandler creates a new proxy handler with a default flush interval.
NewUpgradeAwareHandler creates a new proxy handler with a default flush interval.
NewUpgradeDialerWithConfig creates a new UpgradeRoundTripper with the specified configuration.
ParseProxyHeaders parses the proxy headers.
SkipGroup tells whether the input group can be skipped during impersonate.
# Structs
UpgradeAwareHandler is an interface for dialing a backend for an upgrade request.
UpgradeDialer knows how to upgrade an HTTP request to one that supports multiplexed streams.
UpgradeDialerWithConfig is a set of options for an UpgradeDialer.
# Type aliases
SecretGetterFunc is a function to get secret.