CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs

data class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs(val path: Output<String>? = null, val ref: Output<String>? = null, val repo: Output<String>) : ConvertibleToJava<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs>

Constructors

constructor(path: Output<String>? = null, ref: Output<String>? = null, repo: Output<String>)

Properties

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

Relative path from the repository root to the Skaffold file.

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

Git ref the package should be cloned from.

Link copied to clipboard
val repo: Output<String>

Git repository the package should be cloned from.

Functions

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