config

package
v2.0.0-...-98cc131 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigType   = "ocm" + 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"`
	Aliases                     map[string]*cpi.GenericRepositorySpec `json:"aliases,omitempty"`
	Resolver                    []ResolverRule                        `json:"resolvers,omitempty"`
}

Config describes a memory based config interface.

func New

func New() *Config

New creates a new memory ConfigSpec.

func (*Config) AddResolverRule

func (a *Config) AddResolverRule(prefix string, spec cpi.RepositorySpec, prio ...int) error

func (*Config) ApplyTo

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

func (*Config) GetType

func (a *Config) GetType() string

func (*Config) SetAlias

func (a *Config) SetAlias(name string, spec cpi.RepositorySpec) error

type ResolverRule

type ResolverRule struct {
	Prefix string                     `json:"prefix,omitempty"`
	Prio   *int                       `json:"priority,omitempty"`
	Spec   *cpi.GenericRepositorySpec `json:"repository"`
}

Jump to

Keyboard shortcuts

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