Toleration#

class nemo_microservices.types.Toleration(*args: Any, **kwargs: Any)

Bases: BaseModel

effect: str | None = None

“NoSchedule”, “PreferNoSchedule”, or “NoExecute”

Type:

Taint effect to match

key: str | None = None

Taint key that the toleration applies to

operator: str | None = None

“Exists” or “Equal”

Type:

Operator

toleration_seconds: int | None

Only for NoExecute; how long the toleration lasts

value: str | None = None

Value to match