Class ConfigGroup
Creates a set of Kubernetes resources from Kubernetes YAML text. The YAML text may be supplied using any of the following ConfigGroupArgs:
- Using a list of filenames:
Files = new[] { "foo.yaml", "bar.yaml" } - Using a list of file patterns:
Files = new[] { "foo/*.yaml", "bar/*.yaml" } - Using literal strings containing YAML:
Yaml = new[] { "(LITERAL YAML HERE)", "(MORE YAML)" } - Any combination of files, patterns, or YAML strings.
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 sealed class ConfigGroup : CollectionComponentResource
Constructors
View SourceConfigGroup(String, ConfigGroupArgs, ComponentResourceOptions)
Declaration
public ConfigGroup(string name, ConfigGroupArgs config, ComponentResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| ConfigGroupArgs | config | |
| ComponentResourceOptions | options |