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)
1994var stateSection = await stateManager.AcquireSectionAsync("Helm:env"); 2040var stateSection = await stateManager.AcquireSectionAsync("Helm:env"); 2093var stateSection = await stateManager.AcquireSectionAsync("HelmChart:env:podinfo");