VolumeResponse

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

Volume definitions for the Container App.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Volume name.

Link copied to clipboard
val storageName: String? = null

Name of storage resource. No need to provide for EmptyDir.

Link copied to clipboard
val storageType: String? = null

Storage type for the volume. If not provided, use EmptyDir.