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
Namespace
Google \ Cloud \ Deploy \ V1 \ KubernetesConfigMethods
__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. |
↳ disable_pod_overprovisioning |
bool
Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster. |
↳ pod_selector_label |
string
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment. |
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 |
getDisablePodOverprovisioning
Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
Returns | |
---|---|
Type | Description |
bool |
setDisablePodOverprovisioning
Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getPodSelectorLabel
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
Returns | |
---|---|
Type | Description |
string |
setPodSelectorLabel
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |