ClusterAddonsConfigCloudrunConfig

data class ClusterAddonsConfigCloudrunConfig(val disabled: Boolean, val loadBalancerType: String? = null)

Constructors

Link copied to clipboard
constructor(disabled: Boolean, loadBalancerType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the CloudRun addon. It is disabled by default. Set disabled=false to enable.

Link copied to clipboard

The load balancer type of CloudRun ingress service. It is external load balancer by default. Set load_balancer_type=LOAD_BALANCER_TYPE_INTERNAL to configure it as internal load balancer.