次の方法で共有


KubeletConfig.ImageGcHighThreshold プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象