# Functions
MakeTransport return a tranport for http.
NewClusterConnectionInfoGetter is a getter to get cluster status.
No description provided by the author
No description provided by the author
# Structs
ClientConfig is to define the configuration to connect klusterlet.
ClusterConnectionInfoGetter obtains connection info from the status of a Node API object.
ConnectionInfo provides the information needed to connect to a kubelet.
No description provided by the author
No description provided by the author
# Interfaces
ClusterGetter defines an interface for looking up a cluster by name.
ConnectionInfoGetter provides ConnectionInfo for the kubelet running on a named node.
# Type aliases
ClusterGetterFunc allows implementing NodeGetter with a function.