Volume Mount Response
data class VolumeMountResponse(val mountPath: String, val name: String, val readOnly: Boolean, val subPath: String)
VolumeMount describes a mounting of a Volume within a container.
VolumeMount describes a mounting of a Volume within a container.