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 SourceClientCertificate
Base64 encoded public certificate used by clients to authenticate to the Kubernetes cluster.
Declaration
public readonly string ClientCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
Host
The Kubernetes cluster server host.
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Password
A password or token used to authenticate to the Kubernetes cluster.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Username
A username used to authenticate to the Kubernetes cluster.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |