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: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OCMCmdConfigType   = "ocm.cmd" + cpi.OCM_CONFIG_TYPE_SUFFIX
	OCMCmdConfigTypeV1 = OCMCmdConfigType + runtime.VersionSeparator + "v1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	runtime.ObjectVersionedType `json:",inline"`
	OCMRepositories             map[string]*ocmcpi.GenericRepositorySpec `json:"ocmRepositories,omitempty"`
	OCIRepositories             map[string]*ocicpi.GenericRepositorySpec `json:"ociRepositories,omitempty"`
}

Config describes a memory based repository interface.

func New

func New() *Config

New creates a new memory ConfigSpec.

func (*Config) AddOCIRepository

func (a *Config) AddOCIRepository(name string, spec ocicpi.RepositorySpec) error

func (*Config) AddOCMRepository

func (a *Config) AddOCMRepository(name string, spec ocmcpi.RepositorySpec) error

func (*Config) ApplyTo

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

func (*Config) GetType

func (a *Config) GetType() string

Jump to

Keyboard shortcuts

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