LifecycleHandlerV1.Sleep Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.