StatefulSetSpecV1.RevisionHistoryLimit Property

Definition

Defines the maximum number of revisions of a StatefulSet that will be retained in its history. When specified, old revisions exceeding this limit are deleted, allowing for storage optimization while retaining recent history revisions for rollback purposes. If not specified, a default value determined by the system may be used.

[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