gitRepo

@JvmName(name = "xkuoqabyahqfvrry")
suspend fun gitRepo(value: Output<GitRepoVolumeSourcePatchArgs>)
@JvmName(name = "kxchmocbfamvfiup")
suspend fun gitRepo(value: GitRepoVolumeSourcePatchArgs?)

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 = "crsijqcajxnjsokc")
suspend fun gitRepo(argument: suspend GitRepoVolumeSourcePatchArgsBuilder.() -> 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.