volumes

@JvmName(name = "koyisiiavujitqmd")
suspend fun volumes(value: Output<List<VolumePatchArgs>>)
@JvmName(name = "urjivgawupiimdvn")
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 = "bbqdnxxvqfelhogg")
suspend fun volumes(vararg values: Output<VolumePatchArgs>)


@JvmName(name = "teyjagwknpndlllm")
suspend fun volumes(values: List<Output<VolumePatchArgs>>)
@JvmName(name = "ndiywevoypleamfj")
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 = "boxirixwipptusnb")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "iftmjvmwhksdfskl")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "ojhftwljjwbspsqq")
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