config

package
v1.45.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: Apache-2.0 Imports: 16 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientPluginServices added in v1.20.0

type ClientPluginServices struct {
	shared.PluginServices
	Capabilities shared.PluginCapabilities
}

ClientPluginServices defines services plugin can expose and its capabilities

type Configuration

type Configuration struct {
	PluginBinary            string `yaml:"binary" mapstructure:"binary"`
	PluginConfigurationFile string `yaml:"configuration-file" mapstructure:"configuration_file"`
	PluginLogLevel          string `yaml:"log-level" mapstructure:"log_level"`
	RemoteServerAddr        string `yaml:"server" mapstructure:"server"`
	RemoteTLS               tlscfg.Options
	RemoteConnectTimeout    time.Duration `yaml:"connection-timeout" mapstructure:"connection-timeout"`
	TenancyOpts             tenancy.Options
	// contains filtered or unexported fields
}

Configuration describes the options to customize the storage behavior.

func (*Configuration) Build

func (c *Configuration) Build(logger *zap.Logger) (*ClientPluginServices, error)

Build instantiates a PluginServices

func (*Configuration) Close added in v1.30.0

func (c *Configuration) Close() error

type PluginBuilder

type PluginBuilder interface {
	Build(logger *zap.Logger) (*ClientPluginServices, error)
	Close() error
}

PluginBuilder is used to create storage plugins. Implemented by Configuration.

Jump to

Keyboard shortcuts

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