package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# 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.