Device Taint Args
data class DeviceTaintArgs(val effect: Output<String>, val key: Output<String>, val timeAdded: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<DeviceTaintArgs>
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.