config

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigType   = "merge" + cfgcpi.OCM_CONFIG_TYPE_SUFFIX
	ConfigTypeV1 = ConfigType + runtime.VersionSeparator + "v1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	runtime.ObjectVersionedType `json:",inline"`
	Labels                      []LabelAssignment
	Assignments                 map[hpi.Hint]*hpi.Specification `json:"assignments,omitempty"`
}

Config describes a memory based config interface.

func New

func New() *Config

New creates a new memory ConfigSpec.

func (*Config) ApplyTo

func (a *Config) ApplyTo(ctx config.Context, target interface{}) error

func (*Config) Assign

func (a *Config) Assign(name hpi.Hint, spec *hpi.Specification)

func (*Config) AssignLabel

func (a *Config) AssignLabel(name string, version string, spec *hpi.Specification)

func (*Config) GetType

func (a *Config) GetType() string

type LabelAssignment

type LabelAssignment struct {
	Name    string            `json:"name"`
	Version string            `json:"version,omitempty"`
	Merge   hpi.Specification `json:"merge,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL