VolumeNodeAffinityV1
Class sealed net10.0
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{ // ...}