GroupInitContainerVolumeGitRepo

data class GroupInitContainerVolumeGitRepo(val directory: String? = null, val revision: String? = null, val url: String)

Constructors

Link copied to clipboard
constructor(directory: String? = null, revision: String? = null, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val directory: String? = null

Specifies the directory into which the repository should be cloned. Changing this forces a new resource to be created.

Link copied to clipboard
val revision: String? = null

Specifies the commit hash of the revision to be cloned. If unspecified, the HEAD revision is cloned. Changing this forces a new resource to be created.

Link copied to clipboard
val url: String

Specifies the Git repository to be cloned. Changing this forces a new resource to be created.