Class LocalChartArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Helm
Assembly: Pulumi.Kubernetes.dll
Syntax
public class LocalChartArgs : BaseChartArgs
Properties
View SourcePath
The path to the chart directory which contains the Chart.yaml file.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |