AppSpecWorkerImageDeployOnPushArgs

data class AppSpecWorkerImageDeployOnPushArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<AppSpecWorkerImageDeployOnPushArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to automatically deploy images pushed to DOCR.

Functions

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