Show / Hide Table of Contents

Class ConfigFile

Defines a set of Kubernetes resources from a Kubernetes YAML file.

Inheritance
System.Object
Resource
ComponentResource
CollectionComponentResource
ConfigFile
Inherited Members
CollectionComponentResource.RegisterResources(Output<ImmutableDictionary<String, KubernetesResource>>)
CollectionComponentResource.GetResource<T>(String, String)
CollectionComponentResource.GetCustomResource(String, String, String)
ComponentResource.RegisterOutputs()
ComponentResource.RegisterOutputs(IDictionary<String, Object>)
ComponentResource.RegisterOutputs(Task<IDictionary<String, Object>>)
ComponentResource.RegisterOutputs(Output<IDictionary<String, Object>>)
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 ConfigFile : CollectionComponentResource

Constructors

View Source

ConfigFile(String, ConfigFileArgs, ComponentResourceOptions)

Defines a set of Kubernetes resources from a Kubernetes YAML file.

Declaration
public ConfigFile(string name, ConfigFileArgs args = null, ComponentResourceOptions options = null)
Parameters
Type Name Description
System.String name

Component name. If args is not specified, also treated as the file name.

ConfigFileArgs args

Resource arguments, including the YAML file name.

ComponentResourceOptions options

Resource options.

  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.