Show / Hide Table of Contents

Class ClusterMasterAuth

Inheritance
System.Object
ClusterMasterAuth
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.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuth

Fields

View Source

ClientCertificate

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

ClientCertificateConfig

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

Declaration
public readonly ClusterMasterAuthClientCertificateConfig ClientCertificateConfig
Field Value
Type Description
ClusterMasterAuthClientCertificateConfig
View Source

ClientKey

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

ClusterCaCertificate

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

Password

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

Declaration
public readonly string Password
Field Value
Type Description
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 readonly string Username
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.