DeploymentSpecV1.RevisionHistoryLimit Property

Definition

Specifies the number of old ReplicaSets to retain for a Deployment. When set, this field controls the maximum number of revisions kept in the history to allow rollback. If not specified, a default value will be used by the system.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to