Documentation ¶
Index ¶
- type Platform
- type PlatformConfig
- func (pc PlatformConfig) Component() component.ComponentConfig
- func (pc PlatformConfig) KConfigMenu() (*kconfig.KConfigFile, error)
- func (pc PlatformConfig) KConfigValues() (kconfig.KConfigValues, error)
- func (pc PlatformConfig) Name() string
- func (pc PlatformConfig) PrintInfo(io *iostreams.IOStreams) error
- func (pc PlatformConfig) Source() string
- func (pc PlatformConfig) Type() unikraft.ComponentType
- func (pc PlatformConfig) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlatformConfig ¶
type PlatformConfig struct {
component.ComponentConfig
}
func ParsePlatformConfig ¶
func ParsePlatformConfig(value string) (PlatformConfig, error)
ParsePlatformConfig parse short syntax for platform configuration
func (PlatformConfig) Component ¶
func (pc PlatformConfig) Component() component.ComponentConfig
func (PlatformConfig) KConfigMenu ¶
func (pc PlatformConfig) KConfigMenu() (*kconfig.KConfigFile, error)
func (PlatformConfig) KConfigValues ¶
func (pc PlatformConfig) KConfigValues() (kconfig.KConfigValues, error)
func (PlatformConfig) Name ¶
func (pc PlatformConfig) Name() string
func (PlatformConfig) Source ¶
func (pc PlatformConfig) Source() string
func (PlatformConfig) Type ¶
func (pc PlatformConfig) Type() unikraft.ComponentType
func (PlatformConfig) Version ¶
func (pc PlatformConfig) Version() string
Click to show internal directories.
Click to hide internal directories.