Google Cloud Deploy V1 Client - Class GatewayServiceMesh (0.17.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class GatewayServiceMesh.

Information about the Kubernetes Gateway API service mesh configuration.

Generated from protobuf message google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh

Namespace

Google \ Cloud \ Deploy \ V1 \ KubernetesConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ http_route string

Required. Name of the Gateway API HTTPRoute.

↳ service string

Required. Name of the Kubernetes Service.

↳ deployment string

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

↳ route_update_wait_time Google\Protobuf\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

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.

getHttpRoute

Required. Name of the Gateway API HTTPRoute.

Returns
TypeDescription
string

setHttpRoute

Required. Name of the Gateway API HTTPRoute.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getService

Required. Name of the Kubernetes Service.

Returns
TypeDescription
string

setService

Required. Name of the Kubernetes Service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployment

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

Returns
TypeDescription
string

setDeployment

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRouteUpdateWaitTime

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.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasRouteUpdateWaitTime

clearRouteUpdateWaitTime

setRouteUpdateWaitTime

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.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getStableCutbackDuration

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.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasStableCutbackDuration

clearStableCutbackDuration

setStableCutbackDuration

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.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this