Show / Hide Table of Contents

Class KubernetesClusterKubeAdminConfigGetArgs

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

Constructors

View Source

KubernetesClusterKubeAdminConfigGetArgs()

Declaration
public KubernetesClusterKubeAdminConfigGetArgs()

Properties

View Source

ClientCertificate

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>
View Source

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>
View Source

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>
View Source

Host

The Kubernetes cluster server host.

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

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>
View Source

Username

A username used to authenticate to the Kubernetes cluster.

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