Show / Hide Table of Contents

Class KubernetesClusterKubeConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
KubernetesClusterKubeConfigGetArgs
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.DigitalOcean.Inputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesClusterKubeConfigGetArgs : ResourceArgs

Constructors

View Source

KubernetesClusterKubeConfigGetArgs()

Declaration
public KubernetesClusterKubeConfigGetArgs()

Properties

View Source

ClientCertificate

Declaration
public Input<string> ClientCertificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientKey

Declaration
public Input<string> ClientKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClusterCaCertificate

Declaration
public Input<string> ClusterCaCertificate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExpiresAt

Declaration
public Input<string> ExpiresAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Host

Declaration
public Input<string> Host { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RawConfig

Declaration
public Input<string> RawConfig { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Token

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