Custom Target Type Custom Actions Args
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
The Skaffold custom action responsible for deploy operations.
Link copied to clipboard
val includeSkaffoldModules: Output<List<CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs>>? = null
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
The Skaffold custom action responsible for render operations. If not provided then Cloud Deploy will perform the render operations via skaffold render
.