Google Cloud Deploy V1 Client - Class ServiceNetworking (0.9.0)

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 \ KubernetesConfig

Methods

__construct

Constructor.

Parameters
NameDescription
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.

getService

Required. Name of the Kubernetes Service.

Returns
TypeDescription
string

setService

Required. Name of the Kubernetes Service.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployment

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

Returns
TypeDescription
string

setDeployment

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this