Google Cloud Deploy v1 API - Class KubernetesConfig.Types.GatewayServiceMesh (3.2.0)

public sealed class KubernetesConfig.Types.GatewayServiceMesh : IMessage<KubernetesConfig.Types.GatewayServiceMesh>, IEquatable<KubernetesConfig.Types.GatewayServiceMesh>, IDeepCloneable<KubernetesConfig.Types.GatewayServiceMesh>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class KubernetesConfig.Types.GatewayServiceMesh.

Information about the Kubernetes Gateway API service mesh configuration.

Inheritance

object > KubernetesConfig.Types.GatewayServiceMesh

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GatewayServiceMesh()

public GatewayServiceMesh()

GatewayServiceMesh(GatewayServiceMesh)

public GatewayServiceMesh(KubernetesConfig.Types.GatewayServiceMesh other)
Parameter
Name Description
other KubernetesConfigTypesGatewayServiceMesh

Properties

Deployment

public string Deployment { get; set; }

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

Property Value
Type Description
string

HttpRoute

public string HttpRoute { get; set; }

Required. Name of the Gateway API HTTPRoute.

Property Value
Type Description
string

PodSelectorLabel

public string PodSelectorLabel { get; set; }

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

Property Value
Type Description
string

RouteDestinations

public KubernetesConfig.Types.GatewayServiceMesh.Types.RouteDestinations RouteDestinations { get; set; }

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.

Property Value
Type Description
KubernetesConfigTypesGatewayServiceMeshTypesRouteDestinations

RouteUpdateWaitTime

public Duration RouteUpdateWaitTime { get; set; }

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.

Property Value
Type Description
Duration

Service

public string Service { get; set; }

Required. Name of the Kubernetes Service.

Property Value
Type Description
string

StableCutbackDuration

public Duration StableCutbackDuration { get; set; }

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.

Property Value
Type Description
Duration