Show / Hide Table of Contents

Class GatewayServiceMesh

Information about the Kubernetes Gateway API service mesh configuration.

Inheritance
object
GatewayServiceMesh
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class GatewayServiceMesh : IDirectResponseSchema

Properties

Deployment

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.

Declaration
[JsonProperty("deployment")]
public virtual string Deployment { 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

HttpRoute

Required. Name of the Gateway API HTTPRoute.

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

PodSelectorLabel

Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.

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

RouteDestinations

Optional. Route destinations allow configuring the Gateway API HTTPRoute to be deployed to additional clusters. This option is available for multi-cluster service mesh set ups that require the route to exist in the clusters that call the service. If unspecified, the HTTPRoute will only be deployed to the Target cluster.

Declaration
[JsonProperty("routeDestinations")]
public virtual RouteDestinations RouteDestinations { get; set; }
Property Value
Type Description
RouteDestinations

RouteUpdateWaitTime

Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.

Declaration
[JsonProperty("routeUpdateWaitTime")]
public virtual object RouteUpdateWaitTime { get; set; }
Property Value
Type Description
object

Service

Required. Name of the Kubernetes Service.

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

StableCutbackDuration

Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.

Declaration
[JsonProperty("stableCutbackDuration")]
public virtual object StableCutbackDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX