CustomTargetTypeCustomActions

data class CustomTargetTypeCustomActions(val deployAction: String, val includeSkaffoldModules: List<CustomTargetTypeCustomActionsIncludeSkaffoldModule>? = null, val renderAction: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

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