AppTemplateVolume

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountOptions: String? = null

Mount options used while mounting the AzureFile. Must be a comma-separated string e.g. dir_mode=0751,file_mode=0751.

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.