Class ClusterAddonsConfigIstioConfig
Inheritance
System.Object
ClusterAddonsConfigIstioConfig
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 ClusterAddonsConfigIstioConfig
Fields
View SourceAuth
The authentication type between services in Istio. Available options include AUTH_MUTUAL_TLS.
Declaration
public readonly string Auth
Field Value
| Type | Description |
|---|---|
| System.String |
Disabled
The status of the Istio addon, which makes it easy to set up Istio for services in a
cluster. It is disabled by default. Set disabled = false to enable.
Declaration
public readonly bool Disabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |