Implemented interface member:
method
AcquireSectionAsync
Aspire.Hosting.Pipelines.IDeploymentStateManager.AcquireSectionAsync(System.String, System.Threading.CancellationToken)
3 references to AcquireSectionAsync
Aspire.Hosting.Kubernetes.Tests (3)
KubernetesDeployTests.cs (3)
1994
var stateSection = await stateManager.
AcquireSectionAsync
("Helm:env");
2040
var stateSection = await stateManager.
AcquireSectionAsync
("Helm:env");
2093
var stateSection = await stateManager.
AcquireSectionAsync
("HelmChart:env:podinfo");