HelmChart.Dependencies 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 the list of dependencies for the Helm chart. Dependencies specify other Helm charts that this chart relies on, including their configurations, such as name, version, repository, and additional metadata.
[YamlDotNet.Serialization.YamlMember(Alias="dependencies")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartDependency> Dependencies { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dependencies")>]
member this.Dependencies : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartDependency> with get, set
Public Property Dependencies As List(Of HelmChartDependency)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute