Documentation
¶
Index ¶
Constants ¶
View Source
const ( IPMI = "ipmi" SSH = "ssh" WebSocket = "websocket" Telnet = "telnet" Oem = "oem" )
Variables ¶
This section is empty.
Functions ¶
func CheckForUpdates ¶
func CurrentNodes ¶
func CurrentNodes() map[string]*NodeConsoleInfo
func GetHardwareUpdateTime ¶
func GetHardwareUpdateTime() string
func IsCurrentNode ¶
Types ¶
type ConsoleConnectionType ¶
type ConsoleConnectionType string
type NodeConsoleInfo ¶
type NodeConsoleInfo struct {
ID string `json:"id"` // node xname
ConnectionType string `json:"connectionType"` // connection type
ConnectionHost string `json:"connectionHost"` // connection host
ConnectionPort int `json:"connectionPort"` // connection port
ConsoleEntryCommand string `json:"consoleEntryCommand"` // optional command to run after connecting
}
func (NodeConsoleInfo) String ¶
func (nc NodeConsoleInfo) String() string
Click to show internal directories.
Click to hide internal directories.