package
1.11.0-alpha.0
Repository: https://github.com/bertinatto/kubernetes.git
Documentation: pkg.go.dev

# Functions

CreateAddNodeHandler creates an add node handler.
CreateDeleteNodeHandler creates a delete node handler.
CreateUpdateNodeHandler creates a node update handler.
DeletePods will delete all pods from master running on given node, and return true if any pods were deleted, or were found pending deletion.
ExistsInCloudProvider returns true if the node exists in the cloud provider.
ForcefullyDeleteNode deletes the node immediately.
MarkAllPodsNotReady updates ready status of all pods running on given node from master return true if success.
RecordNodeEvent records a event related to a node.
RecordNodeStatusChange records a event related to a node status change.
SetPodTerminationReason attempts to set a reason and message in the pod status, updates it in the apiserver, and returns an error if it encounters one.
SwapNodeControllerTaint returns true in case of success and false otherwise.

# Variables

ErrCloudInstance occurs when the cloud provider does not support the Instances API.