Show / Hide Table of Contents

Class LocalChartArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BaseChartArgs
LocalChartArgs
Inherited Members
BaseChartArgs.ApiVersions
BaseChartArgs.Namespace
BaseChartArgs.Values
BaseChartArgs.Transformations
BaseChartArgs.ResourcePrefix
ResourceArgs.Empty
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 Source

Path

The path to the chart directory which contains the Chart.yaml file.

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.