StatefulSetSpecV1.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.
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