volumes

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


@JvmName(name = "wtxyuukuvcdwrdhy")
suspend fun volumes(values: List<Output<VolumePatchArgs>>)
@JvmName(name = "wkvpyfjrorjgdxbw")
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 = "sbqrmoewcxjrscpb")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "edbhcxguldstckut")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "nkyjoitllpahvrtr")
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