6 Commits
Author SHA1 Message Date
Jean-Philippe Evrard 896ee8d183 chore: Quick fix to pass linters
This whole block should be refactored, but this will be done
inside v2.

At the same time, it should not block the golangci-lint, so
I did exactly what the golangci lint wanted to have.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
2026-06-08 15:19:48 +02:00
Jean-Philippe EvrardandJean-Philippe Evrard cbf9c46474 Add package comments to pass linters
Without this, you get an error about the lack of package comments.
"package-comments: should have a package comment (revive)"

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
2025-08-30 17:20:14 +02:00
David Sauer b3e39418ba cache taint state to avoid unnecessary API calls 2021-01-06 21:51:43 +01:00
David Sauer 34446f949e Allow to disable tainting during pending node reboot by setting the taint name to an empty string. 2021-01-06 21:39:32 +01:00
David Sauer 10d95c426f fixed type & renamed variable 2021-01-06 21:29:35 +01:00
David Sauer e4c684c3af taint node with PreferNoSchedule to prevent receiving (and double draining) additional pods from other rebooting nodes 2021-01-06 21:23:40 +01:00