2 instantiations of ApiServerExecution
Aspire.Hosting (2)
Dcp\KubernetesService.cs (2)
330new ApiServerExecution 354new ApiServerExecution
8 references to ApiServerExecution
Aspire.Hosting (8)
Dcp\DcpKubernetesClient.cs (5)
90public async Task<ApiServerExecution> GetExecutionDocumentAsync(CancellationToken cancellationToken = default) 105return KubernetesJson.Deserialize<ApiServerExecution>(content); 114public async Task<ApiServerExecution> PatchExecutionDocumentAsync( 115ApiServerExecution apiServerExecution, 147return KubernetesJson.Deserialize<ApiServerExecution>(responseContent);
Dcp\KubernetesService.cs (3)
371var retryPipeline = new ResiliencePipelineBuilder<ApiServerExecution>() 372.AddRetry(new RetryStrategyOptions<ApiServerExecution>() 374ShouldHandle = new PredicateBuilder<ApiServerExecution>()