6 references to ResourceCleanup
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (1)
311
await _kubernetesService.StopServerAsync(Model.
ResourceCleanup
.Full, cancellationToken).ConfigureAwait(false);
Dcp\KubernetesService.cs (4)
77
Task StopServerAsync(string resourceCleanup =
ResourceCleanup
.Full, CancellationToken cancellation = default);
370
public Task StopServerAsync(string resourceCleanup =
ResourceCleanup
.Full, CancellationToken cancellationToken = default)
383
ShutdownResourceCleanup =
ResourceCleanup
.Full
407
ShutdownResourceCleanup =
ResourceCleanup
.Full
Dcp\Model\Admin.cs (1)
17
public string? ShutdownResourceCleanup { get; set; } =
ResourceCleanup
.Full;