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