RuntimeConfigArgs

data class RuntimeConfigArgs(val cloudRun: Output<CloudRunConfigArgs>? = null, val kubernetes: Output<KubernetesConfigArgs>? = null) : ConvertibleToJava<RuntimeConfigArgs>

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

Constructors

Link copied to clipboard
constructor(cloudRun: Output<CloudRunConfigArgs>? = null, kubernetes: Output<KubernetesConfigArgs>? = null)

Properties

Link copied to clipboard
val cloudRun: Output<CloudRunConfigArgs>? = null

Cloud Run runtime configuration.

Link copied to clipboard
val kubernetes: Output<KubernetesConfigArgs>? = null

Kubernetes runtime configuration.

Functions

Link copied to clipboard
open override fun toJava(): RuntimeConfigArgs