git

@JvmName(name = "aelppdypfqfhyire")
suspend fun git(value: Output<AppSpecServiceGitArgs>)
@JvmName(name = "iklmxfgbnfpsohid")
suspend fun git(value: AppSpecServiceGitArgs?)

Parameters

value

A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of git, github or gitlab may be set.


@JvmName(name = "rtiwftymelusowfp")
suspend fun git(argument: suspend AppSpecServiceGitArgsBuilder.() -> Unit)

Parameters

argument

A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of git, github or gitlab may be set.