KubeletConfig.ImageGcLowThreshold Property

Definition

Gets or sets the percent of disk usage before which image garbage collection is never run.

[Newtonsoft.Json.JsonProperty(PropertyName="imageGcLowThreshold")]
public int? ImageGcLowThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageGcLowThreshold")>]
member this.ImageGcLowThreshold : Nullable<int> with get, set
Public Property ImageGcLowThreshold As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to