# Functions
No description provided by the author
TODO: this structure is questionable, it should be using client.Config and overriding defaults.
# Structs
FakeKubeletClient is a fake implementation of KubeletClient which returns an error when called.
HTTPKubeletClient is the default implementation of KubeletHealthchecker, accesses the kubelet over HTTP.
No description provided by the author
# Interfaces
No description provided by the author
KubeletClient is an interface for all kubelet functionality.