2 instantiations of ApiServerExecution
Aspire.Hosting (2)
Dcp\KubernetesService.cs (2)
368
new
ApiServerExecution
392
new
ApiServerExecution
9 references to ApiServerExecution
Aspire.Hosting (9)
Dcp\DcpKubernetesClient.cs (5)
90
public async Task<
ApiServerExecution
> GetExecutionDocumentAsync(CancellationToken cancellationToken = default)
105
return KubernetesJson.Deserialize<
ApiServerExecution
>(content);
114
public async Task<
ApiServerExecution
> PatchExecutionDocumentAsync(
115
ApiServerExecution
apiServerExecution,
147
return KubernetesJson.Deserialize<
ApiServerExecution
>(responseContent);
Dcp\KubernetesService.cs (4)
386
var
executionDoc = await ExecuteWithRetry(
409
var retryPipeline = new ResiliencePipelineBuilder<
ApiServerExecution
>()
410
.AddRetry(new RetryStrategyOptions<
ApiServerExecution
>()
412
ShouldHandle = new PredicateBuilder<
ApiServerExecution
>()