IProvisionedClusterPropertiesAutoScalerProfile.Expander Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If not specified, the default is 'random'. See expanders for more information.
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "least-waste", "most-pods", "priority", "random" })]
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expander", Update=true)]
public string Expander { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "least-waste", "most-pods", "priority", "random" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expander", Update=true)>]
member this.Expander : string with get, set
Public Property Expander As String
Property Value
- Attributes