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.
TimeAdded represents the time at which the taint was added.
Added automatically during create or update if not set.
The effect of the taint on claims that do not tolerate the taint and through such claims on the pods using them.
Valid effects are NoSchedule and NoExecute. PreferNoSchedule as used for nodes is not valid here.
The taint value corresponding to the taint key.
Must be a label value.
The taint key to be applied to a device.
Must be a label name.
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
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.