Show / Hide Table of Contents

Class KubernetesClusterKubeAdminConfig

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

Fields

View Source

ClientCertificate

Base64 encoded public certificate used by clients to authenticate to the Kubernetes cluster.

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

ClientKey

Base64 encoded private key used by clients to authenticate to the Kubernetes cluster.

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

ClusterCaCertificate

Base64 encoded public CA certificate used as the root of trust for the Kubernetes cluster.

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

Host

The Kubernetes cluster server host.

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

Password

A password or token used to authenticate to the Kubernetes cluster.

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

Username

A username used to authenticate to the Kubernetes cluster.

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