6 references to NodePool
Aspire.Hosting.Azure.Kubernetes.Tests (5)
AzureKubernetesEnvironmentExtensionsTests.cs (2)
268Assert.Same(gpuPool.Resource, affinity.NodePool); 269Assert.Equal("gpu", affinity.NodePool.Name);
AzureKubernetesInfrastructureTests.cs (3)
49Assert.Equal("workload", affinity.NodePool.Name); 72Assert.Equal("gpu", affinity.NodePool.Name); 93Assert.Equal("cpu", affinity.NodePool.Name);
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
111ApplyNodePoolSelector(serviceResource, nodePoolAnnotation.NodePool);