package
1.6.0-alpha.0
Repository: https://github.com/andrewsykim/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.
NewKubeletAuth returns a kubelet.AuthInterface composed of the given authenticator, attribute getter, and authorizer.
No description provided by the author
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.
No description provided by the author

# Interfaces

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