volumes

@JvmName(name = "cwswbfctvojxcnkd")
suspend fun volumes(value: Output<List<VolumeArgs>>)
@JvmName(name = "uhlpuoxlturumtjm")
suspend fun volumes(value: List<VolumeArgs>?)

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 = "aisardusgtkpkpfr")
suspend fun volumes(vararg values: Output<VolumeArgs>)


@JvmName(name = "ttnykqffhvgxdncu")
suspend fun volumes(values: List<Output<VolumeArgs>>)
@JvmName(name = "nyprfojmiqfooccq")
suspend fun volumes(vararg values: VolumeArgs)

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 = "qejuklpewmlfdphu")
suspend fun volumes(argument: List<suspend VolumeArgsBuilder.() -> Unit>)
@JvmName(name = "kfgovqwfvpapylkw")
suspend fun volumes(vararg argument: suspend VolumeArgsBuilder.() -> Unit)
@JvmName(name = "iepqahgowleoivns")
suspend fun volumes(argument: suspend VolumeArgsBuilder.() -> 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