# Functions
MakeInsecureTransport creates an insecure RoundTripper for HTTP Transport.
MakeTransport creates a secure RoundTripper for HTTP Transport.
NewNodeConnectionInfoGetter creates a new NodeConnectionInfoGetter.
# Structs
ConnectionInfo provides the information needed to connect to a kubelet.
KubeletClientConfig defines config parameters for the kubelet client.
NodeConnectionInfoGetter obtains connection info from the status of a Node API object.
# Interfaces
ConnectionInfoGetter provides ConnectionInfo for the kubelet running on a named node.
NodeGetter defines an interface for looking up a node by name.
# Type aliases
NodeGetterFunc allows implementing NodeGetter with a function.