volumeMounts

@JvmName(name = "nqsevhrvipvrcttm")
suspend fun volumeMounts(value: Output<List<VolumeMountPatchArgs>>)
@JvmName(name = "keldgwvhxerbrcxc")
suspend fun volumeMounts(value: List<VolumeMountPatchArgs>?)

Parameters

value

VolumeMounts defines the collection of VolumeMount to inject into containers.


@JvmName(name = "imohhodxwxhmqjty")
suspend fun volumeMounts(vararg values: Output<VolumeMountPatchArgs>)


@JvmName(name = "pdntipehejdgorsv")
suspend fun volumeMounts(values: List<Output<VolumeMountPatchArgs>>)
@JvmName(name = "gjughiawiojwbhko")
suspend fun volumeMounts(vararg values: VolumeMountPatchArgs)

Parameters

values

VolumeMounts defines the collection of VolumeMount to inject into containers.


@JvmName(name = "whdqpadcppaciqio")
suspend fun volumeMounts(argument: List<suspend VolumeMountPatchArgsBuilder.() -> Unit>)
@JvmName(name = "cknhoswdcakygrpp")
suspend fun volumeMounts(vararg argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)
@JvmName(name = "tbhqfnwdbnjvqvaf")
suspend fun volumeMounts(argument: suspend VolumeMountPatchArgsBuilder.() -> Unit)

Parameters

argument

VolumeMounts defines the collection of VolumeMount to inject into containers.