Documentation ¶
Overview ¶
Package metadata provides meta information about supported Talos platforms, boards, etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform struct { Name string Label string Description string MinVersion semver.Version Architectures []Arch Documentation string DiskImageSuffix string BootMethods []string SecureBootSupported bool }
Platform represents a platform supported by Talos.
func (Platform) NotOnlyDiskImage ¶
NotOnlyDiskImage is true if the platform supports boot methods other than disk-image.
Click to show internal directories.
Click to hide internal directories.