package
1.3.0-alpha.3
Repository: https://github.com/bobintornado/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.
# 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.
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.