Show / Hide Table of Contents

Class Provider

The provider type for the kubernetes package.

Inheritance
System.Object
Resource
CustomResource
ProviderResource
Provider
Inherited Members
CustomResource.Id
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
Assembly: Pulumi.Kubernetes.dll
Syntax
public class Provider : ProviderResource

Constructors

View Source

Provider(String, ProviderArgs, CustomResourceOptions)

Create a Provider resource with the given unique name, arguments, and options.

Declaration
public Provider(string name, ProviderArgs args = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource.

ProviderArgs args

The arguments used to populate this resource's properties.

CustomResourceOptions options

A bag of options that control this resource's behavior.

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