volume Mounts
Parameters
value
Volume to mount into the container's filesystem. Structure is documented below.
Parameters
values
Volume to mount into the container's filesystem. Structure is documented below.
suspend fun volumeMounts(argument: List<suspend ServiceTemplateContainerVolumeMountArgsBuilder.() -> Unit>)
suspend fun volumeMounts(vararg argument: suspend ServiceTemplateContainerVolumeMountArgsBuilder.() -> Unit)
suspend fun volumeMounts(argument: suspend ServiceTemplateContainerVolumeMountArgsBuilder.() -> Unit)
Parameters
argument
Volume to mount into the container's filesystem. Structure is documented below.