# Constants
False means the condition status is false.
Info is translated to a normal event.
Perm means the problem is permanent, need to change the node condition.
Temp means the problem is temporary, only need to report an event.
True means the condition status is true.
Unknown means the condition status is unknown.
Warn is translated to a warning event.
# Structs
Condition is the node condition used internally by problem detector.
Event is the event used internally by node problem detector.
ExporterHandler represents the initialization handler for a type of exporter.
ProblemDaemonHandler represents the initialization handler for a type problem daemon.
Status is the status other problem daemons should report to node problem detector.
# Interfaces
No description provided by the author
Exporter exports machine health data to certain control plane.
Monitor monitors the system and reports problems and metrics according to the rules.
# Type aliases
ConditionStatus is the status of the condition.
ExporterType is the type of the exporter.
ProblemDaemonConfigPathMap represents configurations on all types of problem daemons: 1) Each key represents a type of problem daemon.
ProblemDaemonType is the type of the problem daemon.
Severity is the severity of the problem event.
Type is the type of the problem.