NodeToleration# class controller.models.domain.kubernetes.NodeToleration(eligible, comment=None)# Bases: object Whether a single node is tolerated. Used to report the results of evaluating any tolerations against any node taints. Parameters: eligible (bool) comment (str | None, default: None) Attributes Summary comment If the node is not tolerated, why not. eligible Whether the node is tolerated. Attributes Documentation comment: str | None = None# If the node is not tolerated, why not. eligible: bool = <dataclasses._MISSING_TYPE object># Whether the node is tolerated.