次の方法で共有


NodeSelectorTermV1 Class

Definition

Represents a Kubernetes node selector term used to define conditions for node selection.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class NodeSelectorTermV1
[<YamlDotNet.Serialization.YamlSerializable>]
type NodeSelectorTermV1 = class
Public NotInheritable Class NodeSelectorTermV1
Inheritance
NodeSelectorTermV1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Remarks

NodeSelectorTermV1 is a core component of node affinity rules in Kubernetes scheduling. It enables the specification of multiple match expressions or match fields that collectively define node selection criteria. Each match expression or field is represented using NodeSelectorRequirementV1.

Constructors

NodeSelectorTermV1()

Properties

MatchExpressions

Gets the list of match expressions that are used to define the conditions for node selection.

MatchFields

A collection of node selector requirements used to match fields in a Kubernetes node's metadata.

Applies to