Google Cloud Container V1 Client - Class CloudRunConfig (1.30.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class CloudRunConfig.

Configuration options for the Cloud Run feature.

Generated from protobuf message google.container.v1.CloudRunConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ disabled bool

Whether Cloud Run addon is enabled for this cluster.

↳ load_balancer_type int

Which load balancer type is installed for Cloud Run.

getDisabled

Whether Cloud Run addon is enabled for this cluster.

Returns
Type Description
bool

setDisabled

Whether Cloud Run addon is enabled for this cluster.

Parameter
Name Description
var bool
Returns
Type Description
$this

getLoadBalancerType

Which load balancer type is installed for Cloud Run.

Returns
Type Description
int

setLoadBalancerType

Which load balancer type is installed for Cloud Run.

Parameter
Name Description
var int
Returns
Type Description
$this