CloudRunConfigResponse

data class CloudRunConfigResponse(val disabled: Boolean, val loadBalancerType: String)

Configuration options for the Cloud Run feature.

Constructors

Link copied to clipboard
fun CloudRunConfigResponse(disabled: Boolean, loadBalancerType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Cloud Run addon is enabled for this cluster.

Link copied to clipboard

Which load balancer type is installed for Cloud Run.