33 references to KubernetesDeployTestHelpers
Aspire.Cli.EndToEnd.Tests (33)
KubernetesDeployBasicApiServiceTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
139
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployTypeScriptTests.cs (2)
26
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
140
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployTypeScriptWithPersistentVolumeTests.cs (2)
37
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
285
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithGarnetTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
133
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithHelmChartTests.cs (2)
27
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
166
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithMongoDBTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
136
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithMySqlTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
130
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithNatsTests.cs (2)
27
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
129
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithPersistentVolumeTests.cs (2)
31
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
229
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithPostgresTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
130
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithProjectPersistentVolumeTests.cs (2)
32
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
202
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithRabbitMQTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
126
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithRedisTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
140
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithSqlServerTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
130
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
KubernetesDeployWithValkeyTests.cs (2)
25
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
133
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);
RadiusDeployTests.cs (3)
30
/// <see cref="
KubernetesDeployTestHelpers
.CreateKindClusterWithRegistryAsync"/>
57
var clusterName =
KubernetesDeployTestHelpers
.GenerateUniqueClusterName();
227
await
KubernetesDeployTestHelpers
.CleanupKindClusterOutOfBandAsync(clusterName, output);