5 references to WithNodePool
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
150
/// <see cref="KubernetesEnvironmentExtensions.
WithNodePool
{T}"/> on compute resources to schedule workloads on this pool.
Aspire.Hosting.Azure.Kubernetes.Tests (2)
AzureKubernetesEnvironmentExtensionsTests.cs (1)
265
.
WithNodePool
(gpuPool);
AzureKubernetesInfrastructureTests.cs (1)
86
.
WithNodePool
(cpuPool);
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentExtensions.cs (1)
466
/// Use <see cref="
WithNodePool
{T}"/> to schedule workloads on the returned node pool.
KubernetesNodePoolResource.cs (1)
11
/// using <see cref="KubernetesEnvironmentExtensions.
WithNodePool
{T}"/>.