KubeletConfig.TopologyManagerPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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