你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KubeletConfig.TopologyManagerPolicy Property

Definition

Gets or sets for more information see Kubernetes Topology Manager. The default is 'none'. Allowed values are 'none', 'best-effort', 'restricted', and 'single-numa-node'.

[Newtonsoft.Json.JsonProperty(PropertyName="topologyManagerPolicy")]
public string TopologyManagerPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="topologyManagerPolicy")>]
member this.TopologyManagerPolicy : string with get, set
Public Property TopologyManagerPolicy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to