mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
1. Why is this change necessary ? The program avoids changing hostname and the variable name "Options" is changed to "options". Also, added more comments and formatted. Removed hostname in options since it will not be changed in tests. 2. How does this change address the issue ? While the program is being run, the hostname is not changed. And options can't be accessed outside(not exported). 3. How to verify this change ? Run, make test Signed-off-by: gkGaneshR <gkganesh126@gmail.com>