AppSpecServiceImageDeployOnPushArgs

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

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(): AppSpecServiceImageDeployOnPushArgs