package
0.33.0-alpha.1
Repository: https://github.com/kubernetes/cloud-provider.git
Documentation: pkg.go.dev
# Functions
NewRetryError returns a RetryError.
# Constants
AnnotationAlphaProvidedIPAddr is a node IP annotation set by the "external" cloud provider.
TaintExternalCloudProvider sets this taint on a node to mark it as unusable, when kubelet is started with the "external" cloud provider, until a controller from the cloud-controller-manager intitializes this node, and then removes the taint.
TaintNodeShutdown when node is shutdown in external cloud provider.
# Structs
RetryError indicates that a service reconciliation should be retried after a fixed duration (as opposed to backing off exponentially).