volumes

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "ciglulfswxywcvwv")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "tkbripwfpiijgpof")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "yceksfnfagungack")
suspend fun volumes(argument: suspend VolumePatchArgsBuilder.() -> Unit)

Parameters

argument

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