Class ConfigGroupArgs
Resource arguments for ConfigGroup.
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 ConfigGroupArgs : ResourceArgs
Properties
View SourceFiles
Set of paths or a URLs that uniquely identify files.
Declaration
public string[] Files { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
Objs
Objects representing Kubernetes resources.
Declaration
public InputList<ImmutableDictionary<string, object>> Objs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
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> |
Yaml
YAML text containing Kubernetes resource definitions.
Declaration
public InputList<string> Yaml { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |