Volume Mount Response
data class VolumeMountResponse(val mountPath: String? = null, val subPath: String? = null, val volumeName: String? = null)
Volume mount for the Container App.
Constructors
Link copied to clipboard
fun VolumeMountResponse(mountPath: String? = null, subPath: String? = null, volumeName: String? = null)