package
1.9.0-alpha.0
Repository: https://github.com/cynepco3hahue/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.
ForcefullyDeleteNode deletes the node immediately.
ForcefullyDeletePod deletes the pod immediately.
MarkAllPodsNotReady updates ready status of all pods running on given node from master return true if success.
NodeExistsInCloudProvider returns true if the node exists in the cloud provider.
NodeRunningOutdatedKubelet returns true if the kubeletVersion reported in the nodeInfo of the given node is "outdated", meaning < 1.2.0.
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.