2 instantiations of ApiServerExecution
Aspire.Hosting (2)
Dcp\KubernetesService.cs (2)
373
new
ApiServerExecution
397
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)
391
var
executionDoc = await ExecuteWithRetry(
414
var retryPipeline = new ResiliencePipelineBuilder<
ApiServerExecution
>()
415
.AddRetry(new RetryStrategyOptions<
ApiServerExecution
>()
417
ShouldHandle = new PredicateBuilder<
ApiServerExecution
>()