SleepActionV1
Class sealed net10.0
Represents an action to pause execution for a specified duration in seconds.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class SleepActionV1{ // ...}Remarks
Section titled Remarks SleepActionV1 is primarily used in Kubernetes lifecycle handlers to introduce a delay or pause during specific points of the Pod's lifecycle, such as during pre-stop or post-start events.