Interface class to manage installation or uninstall.
Whether the k3s must be installed or not. Valid options: 'present' or 'absent'.
Default: 'present'.
The k3s installation method. Valid options: 'script' or 'binary'.
The binary method only installs k3s.
Default: 'script'.
Parameter responsible to define the installation path of the binary. Valid options: 'string'.
Default: '/usr/bin/k3s'.
Binary version to be installed. Valid options: 'string' in the format 'v0.0.0'.
Default: 'v1.18.8'.
Class responsible to install k3s.
Class responsible to uninstall k3s.