Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultProfileName is the default hardware profile to use when // no other profile matches. DefaultProfileName string = "unknown" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶
type Profile struct { // Name holds the profile name Name string // RootDeviceHints holds the suggestions for placing the storage // for the root filesystem. RootDeviceHints metal3v1alpha1.RootDeviceHints // RootGB is the size of the root volume in GB RootGB int // LocalGB is the size of something(?) LocalGB int // CPUArch is the architecture of the CPU. CPUArch string }
Profile holds the settings for a class of hardware.
func GetProfile ¶
GetProfile returns the named profile
Click to show internal directories.
Click to hide internal directories.