Reference documentation and code samples for the Google Cloud Deploy V1 Client class KubernetesConfig.
KubernetesConfig contains the Kubernetes runtime configuration.
Generated from protobuf message google.cloud.deploy.v1.KubernetesConfig
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gateway_service_mesh |
KubernetesConfig\GatewayServiceMesh
Optional. Kubernetes Gateway API service mesh configuration. |
↳ service_networking |
KubernetesConfig\ServiceNetworking
Optional. Kubernetes Service networking configuration. |
getGatewayServiceMesh
Optional. Kubernetes Gateway API service mesh configuration.
| Returns | |
|---|---|
| Type | Description |
KubernetesConfig\GatewayServiceMesh|null |
|
hasGatewayServiceMesh
setGatewayServiceMesh
Optional. Kubernetes Gateway API service mesh configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
KubernetesConfig\GatewayServiceMesh
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceNetworking
Optional. Kubernetes Service networking configuration.
| Returns | |
|---|---|
| Type | Description |
KubernetesConfig\ServiceNetworking|null |
|
hasServiceNetworking
setServiceNetworking
Optional. Kubernetes Service networking configuration.
| Parameter | |
|---|---|
| Name | Description |
var |
KubernetesConfig\ServiceNetworking
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceDefinition
| Returns | |
|---|---|
| Type | Description |
string |
|