GetAppTemplateContainerVolumeMount

data class GetAppTemplateContainerVolumeMount(val name: String, val path: String, val subPath: String)

Constructors

Link copied to clipboard
constructor(name: String, path: String, subPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Container App.

Link copied to clipboard

The path in the container at which to mount this volume.

Link copied to clipboard

The sub path of the volume to be mounted in the container.

---