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. Attributes Documentation comment: str | None = None¶ If the node is not tolerated, why not.