Show / Hide Table of Contents

Class KubernetesClusterKubeConfig

Inheritance
System.Object
KubernetesClusterKubeConfig
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.DigitalOcean.Outputs
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class KubernetesClusterKubeConfig

Fields

View Source

ClientCertificate

Declaration
public readonly string ClientCertificate
Field Value
Type Description
System.String
View Source

ClientKey

Declaration
public readonly string ClientKey
Field Value
Type Description
System.String
View Source

ClusterCaCertificate

Declaration
public readonly string ClusterCaCertificate
Field Value
Type Description
System.String
View Source

ExpiresAt

Declaration
public readonly string ExpiresAt
Field Value
Type Description
System.String
View Source

Host

Declaration
public readonly string Host
Field Value
Type Description
System.String
View Source

RawConfig

Declaration
public readonly string RawConfig
Field Value
Type Description
System.String
View Source

Token

Declaration
public readonly string Token
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.