Share via


KubeletConfig.PodMaxPids Property

Definition

Gets or sets the maximum number of processes per pod.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to