AppTemplateInitContainerVolumeMount

data class AppTemplateInitContainerVolumeMount(val name: String, val path: String, val subPath: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Volume to be mounted in the container.

Link copied to clipboard

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

Link copied to clipboard
val subPath: String? = null

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