Partilhar via


IAgentPool.KubeletConfigImageGcHighThreshold Property

Definition

To disable image garbage collection, set to 100. The default is 85%

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="To disable image garbage collection, set to 100. The default is 85%", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="imageGcHighThreshold")]
public int? KubeletConfigImageGcHighThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="To disable image garbage collection, set to 100. The default is 85%", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="imageGcHighThreshold")>]
member this.KubeletConfigImageGcHighThreshold : Nullable<int> with get, set
Public Property KubeletConfigImageGcHighThreshold As Nullable(Of Integer)

Property Value

Attributes

Applies to