ServiceTemplateSpecContainerVolumeMount

data class ServiceTemplateSpecContainerVolumeMount(val mountPath: String, val name: String)

Constructors

Link copied to clipboard
constructor(mountPath: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path within the container at which the volume should be mounted. Must not contain ':'.

Link copied to clipboard

This must match the Name of a Volume.