Skip to content
Docs Try Aspire

VolumeNodeAffinityV1 Constructors

Class Constructors 1 member
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.
public sealed class VolumeNodeAffinityV1
{
public VolumeNodeAffinityV1()
{
// ...
}
}