Skip to content
Docs Try Aspire

VolumeNodeAffinityV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class VolumeNodeAffinityV1
{
// ...
}
View all constructors
Requiredget; set
Defines the required node affinity constraints for scheduling a Kubernetes volume.
View all properties