package
0.0.0-20250130135623-228e5e36e018
Repository: https://github.com/google/ctrdac.git
Documentation: pkg.go.dev
# Functions
ContextDialer returns a dialer suitable to use for http.DialTLS.
TLSContextDialer returns a dialer suitable to use for http.DialTLSContext.
TLSDialer returns a dialer suitable to use for http.DialTLS.
# Variables
RequestContext is the key in the context that exposes the original http.Request.
# Structs
ContextKey is the root type of info we attach to the context.
ProxyServerConfig holds the supported configuration options of the ctrdac proxy server.
RequestWrapper is a wrapper struct that exposes the underlying http.Request in gRPC context.
# Interfaces
Listener is the common interface of the mTLS and the UDS listeners.
ProxyServer is an interface to the ctrdac proxy server; it is passed across the subpackages that need to interact with/fetch info from the proxy server.
Upstream is an interface for ctrdac to access the containerd listener.