Share via


LifecycleHandlerV1.Sleep Property

Definition

Gets or sets a sleep action configuration for a lifecycle handler.

[YamlDotNet.Serialization.YamlMember(Alias="sleep")]
public Aspire.Hosting.Kubernetes.Resources.SleepActionV1 Sleep { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="sleep")>]
member this.Sleep : Aspire.Hosting.Kubernetes.Resources.SleepActionV1 with get, set
Public Property Sleep As SleepActionV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Sleep specifies a delay for a defined duration in seconds. This is commonly used in Kubernetes lifecycle management to introduce a delay before proceeding to the next operation.

Applies to