PodSpecV1.NodeName Property

Definition

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

Applies to