package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package portforward contains server-side logic for handling port forwarding requests.
Package remotecommand contains functions related to executing commands in and attaching to pods.
Package stats handles exporting Kubelet and container stats.
No description provided by the author

# 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.
ListenAndServePodResources initializes a gRPC server to serve the PodResources service.
NewKubeletAuth returns a kubelet.AuthInterface composed of the given authenticator, attribute getter, and authorizer.
NewNodeAuthorizerAttributesGetter creates a new authorizer.RequestAttributesGetter for the node.
NewServer initializes and configures a kubelet.Server object to handle HTTP requests.

# Structs

KubeletAuth implements AuthInterface.
Server is a http.Handler which exposes kubelet functionality over HTTP.
TLSOptions holds the TLS options.

# Interfaces

AuthInterface contains all methods required by the auth filters.
HostInterface contains all the kubelet methods required by the server.