Aracılığıyla paylaş


KubeletConfig.ContainerLogMaxSizeMB Property

Definition

Gets or sets the maximum size (e.g. 10Mi) of container log file before it is rotated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to