5 references to Full
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (1)
184
await _kubernetesService.StopServerAsync(Model.ResourceCleanup.
Full
, cancellationToken).ConfigureAwait(false);
Dcp\KubernetesService.cs (3)
55
Task StopServerAsync(string resourceCleanup = ResourceCleanup.
Full
, CancellationToken cancellation = default);
314
public Task StopServerAsync(string resourceCleanup = ResourceCleanup.
Full
, CancellationToken cancellationToken = default)
327
ShutdownResourceCleanup = ResourceCleanup.
Full
Dcp\Model\Admin.cs (1)
16
public string? ShutdownResourceCleanup { get; set; } = ResourceCleanup.
Full
;