4 instantiations of CapturedHelmCrossReference
Aspire.Hosting.Kubernetes (1)
KubernetesPublishingContext.cs (1)
282
new KubernetesEnvironmentResource.
CapturedHelmCrossReference
(
Aspire.Hosting.Kubernetes.Tests (3)
KubernetesDeployTests.cs (3)
1096
new KubernetesEnvironmentResource.
CapturedHelmCrossReference
(
1457
new KubernetesEnvironmentResource.
CapturedHelmCrossReference
(
1462
new KubernetesEnvironmentResource.
CapturedHelmCrossReference
(
2 references to CapturedHelmCrossReference
Aspire.Hosting.Kubernetes (2)
Deployment\HelmDeploymentEngine.cs (1)
325
foreach (
var
crossRef in environment.CapturedHelmCrossReferences)
KubernetesEnvironmentResource.cs (1)
162
internal List<
CapturedHelmCrossReference
> CapturedHelmCrossReferences { get; } = [];