6 references to NodePool
Aspire.Hosting.Azure.Kubernetes.Tests (5)
AzureKubernetesEnvironmentExtensionsTests.cs (2)
316Assert.Same(gpuPool.Resource, affinity.NodePool); 317Assert.Equal("gpu", affinity.NodePool.Name);
AzureKubernetesInfrastructureTests.cs (3)
50Assert.Equal("workload", affinity.NodePool.Name); 73Assert.Equal("gpu", affinity.NodePool.Name); 94Assert.Equal("cpu", affinity.NodePool.Name);
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
111ApplyNodePoolSelector(serviceResource, nodePoolAnnotation.NodePool);