7 references to WithNamespace
Aspire.Hosting.Kubernetes (1)
HelmChartOptions.cs (1)
76string namespaceName => WithNamespace(namespaceName),
Aspire.Hosting.Kubernetes.Tests (6)
KubernetesDeployTests.cs (6)
58.WithHelm(helm => helm.WithNamespace("production")); 105helm.WithNamespace("staging"); 276.WithHelm(helm => helm.WithNamespace("first")) 277.WithHelm(helm => helm.WithNamespace("second")); 669Assert.Throws<ArgumentException>(() => helm.WithNamespace(string.Empty)); 771Assert.Throws<ArgumentException>(() => helm.WithNamespace(value));