Documentation
¶
Index ¶
- func NewBiosOverrideCommand() *cobra.Command
- func NewCommand() *cobra.Command
- func NewHddOverrideCommand() *cobra.Command
- func NewNoneOverrideCommand() *cobra.Command
- func NewPxeOverrideCommand() *cobra.Command
- func NewShowCommand() *cobra.Command
- func NewUEFIHttpOverrideCommand() *cobra.Command
- type Boot
- type Override
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBiosOverrideCommand ¶
NewBiosOverrideCommand creates the `bios` subcommand for `boot`.
func NewCommand ¶
NewCommand creates the `boot` subcommand for `chassis`.
func NewHddOverrideCommand ¶
NewHddOverrideCommand creates the `hdd` subcommand for `boot`.
func NewNoneOverrideCommand ¶
NewNoneOverrideCommand creates the `none` subcommand for `boot`.
func NewPxeOverrideCommand ¶
NewPxeOverrideCommand creates the `pxe` subcommand for `boot`.
func NewShowCommand ¶
NewShowCommand creates the `boot` subcommand for `show`.
func NewUEFIHttpOverrideCommand ¶
NewUEFIHttpOverrideCommand creates the `http` subcommand for `boot`.
Types ¶
type Boot ¶
type Boot struct { Order []string `json:"order,omitempty" yaml:"order,omitempty"` Next string `json:"next,omitempty" yaml:"next,omitempty"` Error error `json:"error,omitempty" yaml:"error,omitempty"` }
Boot represents boot configuration on the BMC. Only Error is emitted on empty.
type Override ¶
type Override struct { Target redfish.BootSourceOverrideTarget `json:"target" yaml:"target"` Error error `json:"error,omitempty" yaml:"error,omitempty"` }
Override represents the result of the boot override.
Click to show internal directories.
Click to hide internal directories.