GatewayServiceMesh(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the Kubernetes Gateway API service mesh configuration.
Attributes |
|
---|---|
Name | Description |
http_route |
str
Required. Name of the Gateway API HTTPRoute. |
service |
str
Required. Name of the Kubernetes Service. |
deployment |
str
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service. |
route_update_wait_time |
google.protobuf.duration_pb2.Duration
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. |
stable_cutback_duration |
google.protobuf.duration_pb2.Duration
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. |
pod_selector_label |
str
Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources. |
route_destinations |
google.cloud.deploy_v1.types.KubernetesConfig.GatewayServiceMesh.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. |
Classes
RouteDestinations
RouteDestinations(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about route destinations for the Gateway API service mesh.