Show / Hide Table of Contents

Class ConfigGroupArgs

Resource arguments for ConfigGroup.

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigGroupArgs
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 ConfigGroupArgs : ResourceArgs

Properties

View Source

Files

Set of paths or a URLs that uniquely identify files.

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

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>>
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

Yaml

YAML text containing Kubernetes resource definitions.

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