Class Expander
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Expander>
com.azure.resourcemanager.containerservice.models.Expander
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
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, getValue, 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
Deprecated.Use thefromString(String)factory method.Creates a new instance of Expander value.
-
-
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.
-
fromString(String)factory method.