Device Taint
data class DeviceTaint(val effect: String, val key: String, val timeAdded: String? = null, val value: String? = null)
The device this taint is attached to has the "effect" on any claim which does not tolerate the taint and, through the claim, to pods using the claim.