Show / Hide Table of Contents

Class ServiceMeshSpec

Service Mesh: Spec for a single Membership for the servicemesh feature

Inheritance
object
ServiceMeshSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class ServiceMeshSpec : IDirectResponseSchema

Properties

ConfigApi

Optional. Specifies the API that will be used for configuring the mesh workloads.

Declaration
[JsonProperty("configApi")]
public virtual string ConfigApi { get; set; }
Property Value
Type Description
string

ControlPlane

Deprecated: use management instead Enables automatic control plane management.

Declaration
[JsonProperty("controlPlane")]
public virtual string ControlPlane { get; set; }
Property Value
Type Description
string

DefaultChannel

Determines which release channel to use for default injection and service mesh APIs.

Declaration
[JsonProperty("defaultChannel")]
public virtual string DefaultChannel { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Management

Optional. Enables automatic Service Mesh management.

Declaration
[JsonProperty("management")]
public virtual string Management { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX