# Functions
Client returns a Kubernetes client (clientset) from token, apiURL and caURL.
ClientFromConfig returns a Kubernetes client (clientset) from the kubeconfig path or from the in-cluster service account environment.
NewNodeWatcher returns a new node wathcer.
PatchNodeAnnotation will send a node patch request for the annotation path.
# Structs
NodeWatcher has a watch on the clients nodes.
# Type aliases
NodeEventHandler is the function to handle new events.