mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 01:40:21 +00:00
Without this, we have no validation of the data in command/signal reboot. This was not a problem in the first refactor, as the constructor was a dummy one, without validation. However, as we refactoed, we now have code in the root method that is validation for the reboot command. This can now be encompassed in the constructor. Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>