CloudRunConfigResponse

data class CloudRunConfigResponse(val automaticTrafficControl: Boolean)

CloudRunConfig contains the Cloud Run runtime configuration.

Constructors

Link copied to clipboard
fun CloudRunConfigResponse(automaticTrafficControl: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.