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.
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.
string
setService
Required. Name of the Kubernetes Service.
var
string
$this
getDeployment
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
string
setDeployment
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.
var
string
$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.
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.
var
bool
$this
getPodSelectorLabel
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
string
setPodSelectorLabel
Optional. The label to use when selecting Pods for the Deployment resource. This label must already be present in the Deployment.
var
string
$this