次の方法で共有


KubeletConfig.ImageGcLowThreshold プロパティ

定義

イメージ ガベージ コレクションを実行しない前のディスク使用量の割合を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象