Share via


StatefulSetSpecV1.MinReadySeconds Property

Definition

Gets or sets the minimum number of seconds for which a newly created Pod should be ready without any containers crashing, for it to be considered available. This is used to ensure that the application is stable before being declared available in a StatefulSet deployment. If not specified, the default behavior verifies readiness immediately upon initial readiness.

[YamlDotNet.Serialization.YamlMember(Alias="minReadySeconds")]
public int? MinReadySeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="minReadySeconds")>]
member this.MinReadySeconds : Nullable<int> with get, set
Public Property MinReadySeconds As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to