Skip to content
DocsTry Aspire
DocsTry

NodeSelectorV1 Constructors

ClassConstructors1 member
Represents a node selector in Kubernetes scheduling configuration. The NodeSelectorV1 object contains a list of node selector terms that are used to specify node affinity. Each term specifies a set of match expressions that are evaluated to determine whether a node satisfies the scheduling constraints.
public sealed class NodeSelectorV1
{
public NodeSelectorV1()
{
// ...
}
}