2 instantiations of ApiServerExecution
Aspire.Hosting (2)
Dcp\KubernetesService.cs (2)
380
new
ApiServerExecution
404
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)
398
var
executionDoc = await ExecuteWithRetry(
421
var retryPipeline = new ResiliencePipelineBuilder<
ApiServerExecution
>()
422
.AddRetry(new RetryStrategyOptions<
ApiServerExecution
>()
424
ShouldHandle = new PredicateBuilder<
ApiServerExecution
>()