HelmChart.Deprecated 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.
Indicates whether the Helm chart is deprecated. When set to true, it specifies that the chart is no longer recommended for use and may not receive updates or support.
[YamlDotNet.Serialization.YamlMember(Alias="deprecated")]
public bool? Deprecated { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="deprecated")>]
member this.Deprecated : Nullable<bool> with get, set
Public Property Deprecated As Nullable(Of Boolean)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute