CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo

data class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepo(val path: String? = null, val ref: String? = null, val repository: String)

Constructors

constructor(path: String? = null, ref: String? = null, repository: 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

Branch or tag to use when cloning the repository.

Link copied to clipboard

Cloud Build 2nd gen repository in the format of 'projects//locations//connections//repositories/'.