| Modifier and Type | Field and Description |
|---|---|
static Expander |
Expander.LEAST_WASTE
Static value least-waste for Expander.
|
static Expander |
Expander.MOST_PODS
Static value most-pods for Expander.
|
static Expander |
Expander.RANDOM
Static value random for Expander.
|
| Modifier and Type | Method and Description |
|---|---|
Expander |
ManagedClusterPropertiesAutoScalerProfile.expander()
Get possible values include: 'least-waste', 'most-pods', 'random'.
|
static Expander |
Expander.fromString(String name)
Creates or finds a Expander from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Expander> |
Expander.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterPropertiesAutoScalerProfile |
ManagedClusterPropertiesAutoScalerProfile.withExpander(Expander expander)
Set possible values include: 'least-waste', 'most-pods', 'random'.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/