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

# Functions

BalanceScaleUpBetweenGroups distributes a given number of nodes between given set of NodeGroups.
FindSimilarNodeGroups returns a list of NodeGroups similar to the given one.
IsNodeInfoSimilar returns true if two NodeInfos are similar enough to consider that the NodeGroups they come from are part of the same NodeGroupSet.

# Constants

MaxAllocatableDifferenceRatio describes how Node.Status.Allocatable can differ between groups in the same NodeGroupSet.
MaxFreeDifferenceRatio describes how free resources (allocatable - daemon and system pods) can differ between groups in the same NodeGroupSet.

# Structs

ScaleUpInfo contains information about planned scale-up of a single NodeGroup.