CustomTargetTypeCustomActionsArgs

data class CustomTargetTypeCustomActionsArgs(val deployAction: Output<String>, val includeSkaffoldModules: Output<List<CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs>>? = null, val renderAction: Output<String>? = null) : ConvertibleToJava<CustomTargetTypeCustomActionsArgs>

Constructors

Link copied to clipboard
constructor(deployAction: Output<String>, includeSkaffoldModules: Output<List<CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs>>? = null, renderAction: Output<String>? = null)

Properties

Link copied to clipboard
val deployAction: Output<String>

The Skaffold custom action responsible for deploy operations.

Link copied to clipboard

List of Skaffold modules Cloud Deploy will include in the Skaffold Config as required before performing diagnose. Structure is documented below.

Link copied to clipboard
val renderAction: Output<String>? = null

The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via skaffold render.

Functions

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