# Packages
Reads the pod configuration from an HTTP GET response.
No description provided by the author
Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it.
# Functions
TODO: move this into pkg/util.
TODO: move this into a pkg/tools/etcd_tools.
TODO: move this into the kubelet itself.
TODO: move this into a pkg/util.
TODO: move this into a pkg/util.
GetPodFullName returns a name that uniquely identifies a pod across all config sources.
TODO: move this into the kubelet itself.
ListenAndServeKubeletServer initializes a server to respond to HTTP network requests on the Kubelet.
TODO: move this into the kubelet itself.
NewIntegrationTestKubelet creates a new Kubelet for use in integration tests.
New creates a new Kubelet for use in main.
NewServer initializes and configures a kubelet.Server object to handle HTTP requests.
ResolvePort attempts to turn a IntOrString port reference into a concrete port number.
TODO: move this into pkg/capabilities.
No description provided by the author
TODO: Split this up?.
TODO: move this into pkg/util.
# Constants
Pods with the given ids are new to this source.
No description provided by the author
No description provided by the author
Pods with the given ids have been removed from this source.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is the current pod configuration.
Pods with the given ids have been updated in this source.
# Structs
FlushWriter provides wrapper for responseWriter with HTTP streaming capabilities.
Kubelet is the main kubelet implementation.
PodUpdate defines an operation sent on the channel.
No description provided by the author
Server is a http.Handler which exposes kubelet functionality over HTTP.
# Interfaces
HostInterface contains all the kubelet methods required by the server.
SyncHandler is an interface implemented by Kubelet, for testability.
# Type aliases
No description provided by the author
PodOperation defines what changes will be made on a pod configuration.