machinetemplate

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeInfo

type NodeInfo struct {
	OS         string
	OSImage    string
	Arch       string
	K8sVersion string
}

type ScriptInfo

type ScriptInfo struct {
	ImageTag           string
	BundleDownloadPath string
	NodeInfo
}

type Template

type Template interface {
	GenerateTag(nodeInfo NodeInfo) (string, error)
	GenerateScript(scriptInfo ScriptInfo) (string, error)
}

func NewTemplate

func NewTemplate(tmpl string) (Template, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL