Skip to content
Docs Try Aspire
Docs Try

VolumeNodeAffinityV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
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