RuntimeConfigResponse

data class RuntimeConfigResponse(val cloudRun: CloudRunConfigResponse, val kubernetes: KubernetesConfigResponse)

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud Run runtime configuration.

Link copied to clipboard

Kubernetes runtime configuration.