Reference documentation and code samples for the Google Cloud Deploy V1 Client class ServiceNetworking.
Information about the Kubernetes Service networking configuration.
Generated from protobuf message google.cloud.deploy.v1.KubernetesConfig.ServiceNetworking
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service |
string
Required. Name of the Kubernetes Service. |
↳ deployment |
string
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service. |
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 Service.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeployment
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|