Skip to main content
Schemaobject

io.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
required

Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

key string
required

Required. The taint key to be applied to a node.

timeAdded
optional

TimeAdded represents the time at which the taint was added.

value string
optional

The taint value corresponding to the taint key.