package
3.11.0+incompatible
Repository: https://github.com/openshift/kubernetes-autoscaler.git
Documentation: pkg.go.dev

# Functions

NewAutoscalerError returns new autoscaler error with a message constructed from format string.
ToAutoscalerError converts an error to AutoscalerError with given type, unless it already is an AutoscalerError (in which case it's not modified).

# Constants

ApiCallError is an error related to communication with k8s API server.
CloudProviderError is an error related to underlying infrastructure.
InternalError is an error inside Cluster Autoscaler.
TransientError is an error that causes us to skip a single loop, but does not require any additional action.

# Interfaces

AutoscalerError contains information about Autoscaler errors.

# Type aliases

AutoscalerErrorType describes a high-level category of a given error.