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   = "plugin" + 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"`
	Plugin                      string          `json:"plugin"`
	Config                      json.RawMessage `json:"config,omitempty"`
	DisableAutoRegistration     bool            `json:"disableAutoRegistration,omitempty"`
}

Config describes a memory based config interface for plugins.

func New

func New(name string, data []byte) *Config

New creates a new memory ConfigSpec.

func (*Config) ApplyTo

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

func (*Config) GetType

func (a *Config) GetType() string

type Target

type Target interface {
	ConfigurePlugin(name string, config json.RawMessage)
	DisableAutoConfiguration(name string, flag bool)
}

Jump to

Keyboard shortcuts

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