GroupInitContainerVolumeGitRepoArgs

data class GroupInitContainerVolumeGitRepoArgs(val directory: Output<String>? = null, val revision: Output<String>? = null, val url: Output<String>) : ConvertibleToJava<GroupInitContainerVolumeGitRepoArgs>

Constructors

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

Properties

Link copied to clipboard
val directory: Output<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: Output<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: Output<String>

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

Functions

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