Documentation ¶
Index ¶
Constants ¶
View Source
const ( PowercycleCmdKey = "provisioning.dpu.nvidia.com/powercycle-command" RebootCmdKey = "provisioning.dpu.nvidia.com/reboot-command" HostPowerCycleRequireKey = "provisioning.dpu.nvidia.com/host-power-cycle-required" Cycle = "cycle" Reset = "reset" // Skip ensures no power cycle is done on the host. // Note: This may cause issues with the BFB firmware installation and configuration. Skip = "skip" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RebootType ¶
type RebootType string
const ( PowerCycle RebootType = "power-cycle" WarmReboot RebootType = "warm-reboot" )
func GenerateCmd ¶
Click to show internal directories.
Click to hide internal directories.