Class IstioConfig
Configuration options for Istio addon.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class IstioConfig : IDirectResponseSchema
Properties
Auth
The specified Istio auth mode, either none, or mutual TLS.
Declaration
[JsonProperty("auth")]
public virtual string Auth { get; set; }
Property Value
Type | Description |
---|---|
string |
Disabled
Whether Istio is enabled for this cluster.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |