Schema
objectio.k8s.api.core.v1.Taint
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
- Source
specs/api__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
effect string
requiredRequired. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
key string
requiredRequired. The taint key to be applied to a node.
timeAdded
optionalTimeAdded represents the time at which the taint was added.
value string
optionalThe taint value corresponding to the taint key.