Show / Hide Table of Contents

Class ChartBase

Inheritance
System.Object
Resource
ComponentResource
CollectionComponentResource
ChartBase
Chart
Chart
Inherited Members
CollectionComponentResource.RegisterResources(Output<ImmutableDictionary<String, KubernetesResource>>)
CollectionComponentResource.GetResource<T>(String, String)
CollectionComponentResource.GetCustomResource(String, String, String)
ComponentResource.RegisterOutputs()
ComponentResource.RegisterOutputs(IDictionary<String, Object>)
ComponentResource.RegisterOutputs(Task<IDictionary<String, Object>>)
ComponentResource.RegisterOutputs(Output<IDictionary<String, Object>>)
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 Source

ChartBase(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.

  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.