Versions in this module Expand all Collapse all v0 v0.0.2 Feb 19, 2023 v0.0.1 Feb 18, 2023 Changes in this version + type Installer interface + Generate func(InstallerConfig) (install, uninstall string, err error) + func New() Installer + type InstallerConfig struct + InstallTemplate string + NodeInfo NodeInfo + Repository string + TagTemplate string + UninstallTemplate string + type NodeInfo struct + Arch string + K8sVersion string + OS string + OSImage string