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