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