Git Repo Volume Args
data class GitRepoVolumeArgs(val directory: Output<String>? = null, val repository: Output<String>, val revision: Output<String>? = null) : ConvertibleToJava<GitRepoVolumeArgs>
Represents a volume that is populated with the contents of a git repository