gitRepo

@JvmName(name = "feqttbugswkscurr")
suspend fun gitRepo(value: Output<GitRepoVolumeSourceArgs>)
@JvmName(name = "hioihokpliuooxpo")
suspend fun gitRepo(value: GitRepoVolumeSourceArgs?)

Parameters

value

gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.


@JvmName(name = "jctqftrtfvhefgvm")
suspend fun gitRepo(argument: suspend GitRepoVolumeSourceArgsBuilder.() -> Unit)

Parameters

argument

gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.