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 \ KubernetesConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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. |
getHttpRoute
Required. Name of the Gateway API HTTPRoute.
| Returns | |
|---|---|
| Type | Description |
string |
|
setHttpRoute
Required. Name of the Gateway API HTTPRoute.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getService
Required. Name of the Kubernetes Service.
| Returns | |
|---|---|
| Type | Description |
string |
|
setService
Required. Name of the Kubernetes Service.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeployment
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeployment
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|