Show / Hide Table of Contents

Class ConfigFileArgs

Resource arguments for ConfigFile.

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigFileArgs
Inherited Members
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.Yaml
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ConfigFileArgs : ResourceArgs

Properties

View Source

File

Path or a URL that uniquely identifies a file.

Declaration
public Input<string> File { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourcePrefix

An optional prefix for the auto-generated resource names. Example: A resource created with resourcePrefix="foo" would produce a resource named "foo-resourceName".

Declaration
public string ResourcePrefix { get; set; }
Property Value
Type Description
System.String
View Source

Transformations

An optional list of transformations to apply to Kubernetes resource definitions before registering with engine.

Declaration
public List<TransformationAction> Transformations { get; set; }
Property Value
Type Description
System.Collections.Generic.List<TransformationAction>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.