CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit

data class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGit(val path: String? = null, val ref: String? = null, val repo: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Relative path from the repository root to the Skaffold file.

Link copied to clipboard
val ref: String? = null

Git ref the package should be cloned from.

Link copied to clipboard

Git repository the package should be cloned from.