envFrom

@JvmName(name = "hmbmxqynagfgtoch")
suspend fun envFrom(value: Output<List<EnvFromSourcePatchArgs>>)
@JvmName(name = "alspsothbcllotfh")
suspend fun envFrom(value: List<EnvFromSourcePatchArgs>?)

Parameters

value

EnvFrom defines the collection of EnvFromSource to inject into containers.


@JvmName(name = "mnrpqiwiderciuqg")
suspend fun envFrom(vararg values: Output<EnvFromSourcePatchArgs>)


@JvmName(name = "hgkdgqakikqachpe")
suspend fun envFrom(values: List<Output<EnvFromSourcePatchArgs>>)
@JvmName(name = "iexktgjykvqyqgws")
suspend fun envFrom(vararg values: EnvFromSourcePatchArgs)

Parameters

values

EnvFrom defines the collection of EnvFromSource to inject into containers.


@JvmName(name = "wailhttuljfdnmpb")
suspend fun envFrom(argument: List<suspend EnvFromSourcePatchArgsBuilder.() -> Unit>)
@JvmName(name = "cbilfluhkgwqllud")
suspend fun envFrom(vararg argument: suspend EnvFromSourcePatchArgsBuilder.() -> Unit)
@JvmName(name = "piijukcojqgqilot")
suspend fun envFrom(argument: suspend EnvFromSourcePatchArgsBuilder.() -> Unit)

Parameters

argument

EnvFrom defines the collection of EnvFromSource to inject into containers.