DeploymentSpecV1.ProgressDeadlineSeconds Property

Definition

Specifies the maximum duration, in seconds, that a deployment process should run without progressing before it is considered failed. If the deployment does not make progress during this time, it will be marked as failed. This helps to enforce deployment stability and avoid long-running deployments that do not complete.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to