AppTemplateVolume

data class AppTemplateVolume(val name: String, val storageName: String? = null, val storageType: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, storageName: String? = null, storageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the volume.

Link copied to clipboard
val storageName: String? = null

The name of the AzureFile storage.

Link copied to clipboard
val storageType: String? = null

The type of storage volume. Possible values are AzureFile, EmptyDir and Secret. Defaults to EmptyDir.