HelmChart.Sources 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.
Represents a collection of URLs or references pointing to the source repositories or locations associated with the Helm chart. These sources are useful for understanding or confirming the origins of the chart, reviewing its code, or obtaining additional related information.
[YamlDotNet.Serialization.YamlMember(Alias="sources")]
public System.Collections.Generic.List<string> Sources { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="sources")>]
member this.Sources : System.Collections.Generic.List<string> with get, set
Public Property Sources As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute