Class KubernetesClusterKubeConfigGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class KubernetesClusterKubeConfigGetArgs : ResourceArgs
Constructors
View SourceKubernetesClusterKubeConfigGetArgs()
Declaration
public KubernetesClusterKubeConfigGetArgs()
Properties
View SourceClientCertificate
Base64 encoded public certificate used by clients to authenticate to the Kubernetes cluster.
Declaration
public Input<string> ClientCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientKey
Base64 encoded private key used by clients to authenticate to the Kubernetes cluster.
Declaration
public Input<string> ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterCaCertificate
Base64 encoded public CA certificate used as the root of trust for the Kubernetes cluster.
Declaration
public Input<string> ClusterCaCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The Kubernetes cluster server host.
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
A password or token used to authenticate to the Kubernetes cluster.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
A username used to authenticate to the Kubernetes cluster.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |