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 NodeInfo struct + Arch string + K8sVersion string + OS string + OSImage string + type ScriptInfo struct + BundleDownloadPath string + ImageTag string + type Template interface + GenerateScript func(scriptInfo ScriptInfo) (string, error) + GenerateTag func(nodeInfo NodeInfo) (string, error) + func NewTemplate(tmpl string) (Template, error)