mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-19 06:46:44 +00:00
Without this, the interface and the code to reboot is a bit more complex than it should be. We do not need setters and getters, as we are just instanciating a single instance of a rebooter interface. We create it based on user input, then pass the object around. This should cleanup the code. Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>