# 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.