PodSpecV1.NodeName 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.
Specifies the name of the node on which the Pod should be scheduled. This is a binding decision that indicates the node where the Pod is intended to run. If not set, the scheduler automatically assigns a node for the Pod.
[YamlDotNet.Serialization.YamlMember(Alias="nodeName")]
public string? NodeName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="nodeName")>]
member this.NodeName : string with get, set
Public Property NodeName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute