nemo_microservices.types.toleration#
Module Contents#
Classes#
API#
- class nemo_microservices.types.toleration.Toleration(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- effect: Optional[str]#
None
Taint effect to match: “NoSchedule”, “PreferNoSchedule”, or “NoExecute”
- key: Optional[str]#
None
Taint key that the toleration applies to
- operator: Optional[str]#
None
Operator: “Exists” or “Equal”
- toleration_seconds: Optional[int]#
‘FieldInfo(…)’
Only for NoExecute; how long the toleration lasts
- value: Optional[str]#
None
Value to match