volumes

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

Parameters

value

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes


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


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

Parameters

values

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes


@JvmName(name = "ciyygrvtyksjsmhw")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "phoudmtotkedjagr")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "sfucrjmdofjwmqpl")
suspend fun volumes(argument: suspend VolumePatchArgsBuilder.() -> Unit)

Parameters

argument

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes