Share via


HelmChart.Sources Property

Definition

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

Applies to