nemo_microservices.types.toleration_param#
Module Contents#
Classes#
API#
- class nemo_microservices.types.toleration_param.TolerationParam#
Bases:
typing_extensions.TypedDict- effect: str#
None
Taint effect to match: “NoSchedule”, “PreferNoSchedule”, or “NoExecute”
- key: str#
None
Taint key that the toleration applies to
- operator: str#
None
Operator: “Exists” or “Equal”
- toleration_seconds: typing_extensions.Annotated[int, PropertyInfo(alias='tolerationSeconds')]#
None
Only for NoExecute; how long the toleration lasts
- value: str#
None
Value to match