次の方法で共有


KubeletConfig.ContainerLogMaxFiles プロパティ

定義

コンテナーに存在できるコンテナー ログ ファイルの最大数を取得または設定します。 数値は 2 ≥する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象