次の方法で共有


KubeletConfig.CpuCfsQuota プロパティ

定義

CPU 制限を指定するコンテナーに対して CPU CFS クォータの適用を有効にするを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="cpuCfsQuota")]
public bool? CpuCfsQuota { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cpuCfsQuota")>]
member this.CpuCfsQuota : Nullable<bool> with get, set
Public Property CpuCfsQuota As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象