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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

AvailableExpanders is a list of available expander options.
LeastWasteExpanderName selects a node group that leaves the least fraction of CPU and Memory.
MostPodsExpanderName selects a node group that fits the most pods.
PriceBasedExpanderName selects a node group that is the most cost-effective and consistent with the preferred node size for the cluster.
RandomExpanderName selects a node group at random.

# Structs

Option describes an option to expand the cluster.

# Interfaces

Strategy describes an interface for selecting the best option when scaling up.