volumes

@JvmName(name = "jppvpxcnogkqifky")
suspend fun volumes(value: Output<List<VolumePatchArgs>>)
@JvmName(name = "jlaculkrnhviydre")
suspend fun volumes(value: List<VolumePatchArgs>?)

Parameters

value

Volumes defines the collection of Volume to inject into the pod.


@JvmName(name = "khcgnjfgnkjmqbym")
suspend fun volumes(vararg values: Output<VolumePatchArgs>)


@JvmName(name = "ndgwlhxvawidnqps")
suspend fun volumes(values: List<Output<VolumePatchArgs>>)
@JvmName(name = "xhvjqxioklnsviww")
suspend fun volumes(vararg values: VolumePatchArgs)

Parameters

values

Volumes defines the collection of Volume to inject into the pod.


@JvmName(name = "nbmtrtqebvuvomau")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "miuodnehncoimyua")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "ptayfiqthkbykqrm")
suspend fun volumes(argument: suspend VolumePatchArgsBuilder.() -> Unit)

Parameters

argument

Volumes defines the collection of Volume to inject into the pod.