Class ConfigFileArgs
Resource arguments for ConfigFile.
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.Yaml
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ConfigFileArgs : ResourceArgs
Properties
View SourceFile
Path or a URL that uniquely identifies a file.
Declaration
public Input<string> File { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 |
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> |