DeploymentSpecV1.RevisionHistoryLimit 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.
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