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 (Optional[str], default: None) – Attributes Summary comment If the node is not tolerated, why not. Attributes Documentation comment: Optional[str] = None# If the node is not tolerated, why not.