Class Expander
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Expander>
com.azure.resourcemanager.containerservice.models.Expander
The expander to use when scaling up
If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpanderfromString(String name) Creates or finds a Expander from its string representation.static Collection<Expander>values()Gets known Expander values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LEAST_WASTE
Static value least-waste for Expander. -
MOST_PODS
Static value most-pods for Expander. -
PRIORITY
Static value priority for Expander. -
RANDOM
Static value random for Expander.
-
-
Constructor Details
-
Expander
public Expander()
-
-
Method Details
-
fromString
Creates or finds a Expander from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Expander.
-
values
Gets known Expander values.- Returns:
- known Expander values.
-