# Functions
AreAllReady returns a bool depending on cluster state.
Get returns the current nodes for a given kubeconfig.
GetByPrefix will return a []Node of all nodes that have a name that match the prefix.
Version get the version of the server.
WaitOnReady will block until all nodes are in ready state.
# Constants
ServerVersion is used to parse out the version of the API running.
# Structs
Address contains an address and a type.
Condition contains various status information.
Info contains information like what version the kubelet is running.
List is used to parse out Nodes from a list.
Metadata contains things like name and created at.
Node represents the kubernetes Node Resource.
Status parses information from the status key.