Compartir a través de


KubeletConfig.FailSwapOn Propiedad

Definición

Obtiene o establece si se establece en true, hará que Kubelet no se inicie si el intercambio está habilitado en el nodo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a