nemo_microservices.types.toleration#

Module Contents#

Classes#

API#

class nemo_microservices.types.toleration.Toleration(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

effect: str | None#

None

Taint effect to match: “NoSchedule”, “PreferNoSchedule”, or “NoExecute”

key: str | None#

None

Taint key that the toleration applies to

operator: str | None#

None

Operator: “Exists” or “Equal”

toleration_seconds: int | None#

‘FieldInfo(…)’

Only for NoExecute; how long the toleration lasts

value: str | None#

None

Value to match