Show / Hide Table of Contents

Class ClusterMasterAuthArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterMasterAuthArgs
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.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuthArgs : ResourceArgs

Constructors

View Source

ClusterMasterAuthArgs()

Declaration
public ClusterMasterAuthArgs()

Properties

View Source

ClientCertificate

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

ClientCertificateConfig

Whether client certificate authorization is enabled for this cluster. For example:

Declaration
public Input<ClusterMasterAuthClientCertificateConfigArgs> ClientCertificateConfig { get; set; }
Property Value
Type Description
Input<ClusterMasterAuthClientCertificateConfigArgs>
View Source

ClientKey

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

ClusterCaCertificate

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

Password

The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint.

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

Username

The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint. If not present basic auth will be disabled.

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