TolerationParam#

class nemo_microservices.types.TolerationParam

Bases: TypedDict

effect: str

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

Type:

Taint effect to match

key: str

Taint key that the toleration applies to

operator: str

“Exists” or “Equal”

Type:

Operator

toleration_seconds: Annotated[int, PropertyInfo(alias='tolerationSeconds', format=None, format_template='None', discriminator='None')]

Only for NoExecute; how long the toleration lasts

value: str

Value to match