DeploymentSpecV1.Paused Property

Definition

Indicates whether the deployment is paused. When set to true, the deployment will not trigger any new rollouts or updates to the replicas until the value is set back to false.

[YamlDotNet.Serialization.YamlMember(Alias="paused")]
public bool? Paused { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="paused")>]
member this.Paused : Nullable<bool> with get, set
Public Property Paused As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to