volumes

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


@JvmName(name = "mjwjbenmexpuhssl")
suspend fun volumes(values: List<Output<VolumePatchArgs>>)
@JvmName(name = "hqajvcqxqadvamnb")
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 = "ehwdcqjslvaqcdwu")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "edpsgdarppqboyeq")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "pgiucffplvdxigju")
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