# Packages
package portforward contains server-side logic for handling port forwarding requests.
Package stats handles exporting Kubelet and container stats.
# Functions
ListenAndServeKubeletReadOnlyServer initializes a server to respond to HTTP network requests on the Kubelet.
ListenAndServeKubeletServer initializes a server to respond to HTTP network requests on the Kubelet.
NewKubeletAuth returns a kubelet.AuthInterface composed of the given authenticator, attribute getter, and authorizer.
NewServer initializes and configures a kubelet.Server object to handle HTTP requests.
ServePortForward handles a port forwarding request.
# Structs
KubeletAuth implements AuthInterface.
Server is a http.Handler which exposes kubelet functionality over HTTP.
No description provided by the author
# Interfaces
AuthInterface contains all methods required by the auth filters.
No description provided by the author
HostInterface contains all the kubelet methods required by the server.
PortForwarder knows how to forward content from a data stream to/from a port in a pod.