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
Methods
__construct
Constructor.
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.
Generated from protobuf field bool disabled = 1;
bool
setDisabled
Whether Cloud Run addon is enabled for this cluster.
Generated from protobuf field bool disabled = 1;
var
bool
$this
getLoadBalancerType
Which load balancer type is installed for Cloud Run.
Generated from protobuf field .google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
int
setLoadBalancerType
Which load balancer type is installed for Cloud Run.
Generated from protobuf field .google.container.v1.CloudRunConfig.LoadBalancerType load_balancer_type = 3;
var
int
$this