# Functions
PodExecHandlerFunc makes an http handler func from a Provider which execs a command in a pod's container Note that this handler currently depends on gorrilla/mux to get url parts as variables.
PodLogsHandlerFunc creates an http handler function from a provider to serve logs from a pod.
PodMetricsHandlerFunc makes an HTTP handler for implementing the kubelet summary stats endpoint.
# Interfaces
ContainerLogsBackend is used in place of backend implementations for getting container logs.
PodMetricsBackend is used in place of backend implementations to get k8s pod metrics.