Uses of Class
com.azure.resourcemanager.containerservice.models.Expander
Packages that use Expander
Package
Description
Package containing the data models for ContainerService.
-
Uses of Expander in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type Expander in com.azure.resourcemanager.containerservice.modelsFields in com.azure.resourcemanager.containerservice.models declared as ExpanderModifier and TypeFieldDescriptionstatic final ExpanderExpander.LEAST_WASTESelects the node group that will have the least idle CPU (if tied, unused memory) after scale-up.static final ExpanderExpander.MOST_PODSSelects the node group that would be able to schedule the most pods when scaling up.static final ExpanderExpander.PRIORITYSelects the node group that has the highest priority assigned by the user.static final ExpanderExpander.RANDOMUsed when you don't have a particular need for the node groups to scale differently.Methods in com.azure.resourcemanager.containerservice.models that return ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.expander()Get the expander property: The expander to use when scaling up.static ExpanderExpander.fromString(String name) Creates or finds a Expander from its string representation.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ExpanderModifier and TypeMethodDescriptionstatic Collection<Expander> Expander.values()Gets known Expander values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ExpanderModifier and TypeMethodDescriptionManagedClusterPropertiesAutoScalerProfile.withExpander(Expander expander) Set the expander property: The expander to use when scaling up.