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

# Functions

NewBasicNodeEstimator builds BasicNodeEstimator.
NewBinpackingNodeEstimator builds a new BinpackingNodeEstimator.

# Constants

BasicEstimatorName is the name of basic estimator.
BinpackingEstimatorName is the name of binpacking estimator.

# Variables

AvailableEstimators is a list of available estimators.

# Structs

BasicNodeEstimator estimates the number of needed nodes to handle the given amount of pods.
BinpackingNodeEstimator estimates the number of needed nodes to handle the given amount of pods.