volumes

@JvmName(name = "qugdpadeoiiydtji")
suspend fun volumes(value: Output<List<VolumePatchArgs>>)
@JvmName(name = "asofgydfcaucvtsc")
suspend fun volumes(value: List<VolumePatchArgs>?)

Parameters

value

Volumes defines the collection of Volume to inject into the pod.


@JvmName(name = "owsugnjneyjbnuuh")
suspend fun volumes(vararg values: Output<VolumePatchArgs>)


@JvmName(name = "cjwehvocievayotr")
suspend fun volumes(values: List<Output<VolumePatchArgs>>)
@JvmName(name = "eukhcrxgyaeiuovy")
suspend fun volumes(vararg values: VolumePatchArgs)

Parameters

values

Volumes defines the collection of Volume to inject into the pod.


@JvmName(name = "rtyqswtaxoavfxda")
suspend fun volumes(argument: List<suspend VolumePatchArgsBuilder.() -> Unit>)
@JvmName(name = "vsmglgvefsuxrkex")
suspend fun volumes(vararg argument: suspend VolumePatchArgsBuilder.() -> Unit)
@JvmName(name = "nsukdwijhqpdtmyp")
suspend fun volumes(argument: suspend VolumePatchArgsBuilder.() -> Unit)

Parameters

argument

Volumes defines the collection of Volume to inject into the pod.