Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file expect in compliance with the License.
Index ¶
- type Architecture
- type ArchitectureConfig
- func (ac ArchitectureConfig) Component() component.ComponentConfig
- func (ac ArchitectureConfig) KConfigMenu() (*kconfig.KConfigFile, error)
- func (ac ArchitectureConfig) KConfigValues() (kconfig.KConfigValues, error)
- func (ac ArchitectureConfig) Name() string
- func (ac ArchitectureConfig) PrintInfo() string
- func (ac ArchitectureConfig) Source() string
- func (ac ArchitectureConfig) Type() unikraft.ComponentType
- func (ac ArchitectureConfig) Version() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Architecture ¶
type ArchitectureConfig ¶
type ArchitectureConfig struct {
component.ComponentConfig
}
func ParseArchitectureConfig ¶
func ParseArchitectureConfig(value string) (ArchitectureConfig, error)
ParseArchitectureConfig parse short syntax for architecture configuration
func (ArchitectureConfig) Component ¶
func (ac ArchitectureConfig) Component() component.ComponentConfig
func (ArchitectureConfig) KConfigMenu ¶
func (ac ArchitectureConfig) KConfigMenu() (*kconfig.KConfigFile, error)
func (ArchitectureConfig) KConfigValues ¶
func (ac ArchitectureConfig) KConfigValues() (kconfig.KConfigValues, error)
func (ArchitectureConfig) Name ¶
func (ac ArchitectureConfig) Name() string
func (ArchitectureConfig) PrintInfo ¶
func (ac ArchitectureConfig) PrintInfo() string
func (ArchitectureConfig) Source ¶
func (ac ArchitectureConfig) Source() string
func (ArchitectureConfig) Type ¶
func (ac ArchitectureConfig) Type() unikraft.ComponentType
func (ArchitectureConfig) Version ¶
func (ac ArchitectureConfig) Version() string
Click to show internal directories.
Click to hide internal directories.