Class ChartBase
Inheritance
System.Object
ChartBase
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 abstract class ChartBase : CollectionComponentResource
Constructors
View SourceChartBase(String, Union<ChartArgs, LocalChartArgs>, ComponentResourceOptions)
Create an instance of the specified Helm chart.
Declaration
protected ChartBase(string releaseName, Union<ChartArgs, LocalChartArgs> args, ComponentResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | releaseName | Name of the Chart (e.g., nginx-ingress). |
| Union<ChartArgs, LocalChartArgs> | args | Configuration options for the Chart. |
| ComponentResourceOptions | options | A bag of options that control this resource's behavior. |