Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EventTypeActivate is the activate event string. EventTypeActivate = "activate" // EventTypeFailure is the failure event string. EventTypeFailure = "failure" // EventTypeInfo is the info event string. EventTypeInfo = "info" // EventTypeConfigLoaded is the config loaded event string. EventTypeConfigLoaded = "talos.prov.config.loaded" // EventTypeRebooted is the reboot event string. EventTypeRebooted = "talos.prov.host.rebooted" // EventTypeInstalled is the installation event string. EventTypeInstalled = "talos.prov.os.installed" // EventTypeUpgraded is the upgrade event string. EventTypeUpgraded = "talos.prov.os.upgraded" )
nb: these events currently map to those expected by equinix metal. if/when we do other platforms, we should maybe generalize this and map the events inside each platform.
Variables ¶
This section is empty.
Functions ¶
func CurrentPlatform ¶
CurrentPlatform is a helper func for discovering the current platform.
Types ¶
Click to show internal directories.
Click to hide internal directories.