Share via


VolumeNodeAffinityV1 Class

Definition

Represents the volume node affinity configuration in Kubernetes. VolumeNodeAffinityV1 describes the node-specific constraints for a PersistentVolume to ensure storage resources are bound to specific nodes based on the required scheduling and node affinity rules.

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

Constructors

VolumeNodeAffinityV1()

Properties

Required

Defines the required node affinity constraints for scheduling a Kubernetes volume.

Applies to