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