plugin

package
v0.6.2-0...-4addda3 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2016 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init(root string, ps *store.Store, remote libcontainerd.Remote, rs registry.Service, liveRestore bool, evL eventLogger) (err error)

Init (was NewManager) instantiates the singleton Manager. TODO: revert this to NewManager once we get rid of all the singletons.

Types

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager controls the plugin subsystem.

func GetManager

func GetManager() *Manager

GetManager returns the singleton plugin Manager

func (*Manager) Disable

func (pm *Manager) Disable(name string) error

Disable deactivates a plugin, which implies that they cannot be used by containers.

func (*Manager) Enable

func (pm *Manager) Enable(name string) error

Enable activates a plugin, which implies that they are ready to be used by containers.

func (*Manager) Inspect

func (pm *Manager) Inspect(name string) (tp types.Plugin, err error)

Inspect examines a plugin manifest

func (*Manager) List

func (pm *Manager) List() ([]types.Plugin, error)

List displays the list of plugins and associated metadata.

func (*Manager) Pull

func (pm *Manager) Pull(name string, metaHeader http.Header, authConfig *types.AuthConfig) (types.PluginPrivileges, error)

Pull pulls a plugin and computes the privileges required to install it.

func (*Manager) Push

func (pm *Manager) Push(name string, metaHeader http.Header, authConfig *types.AuthConfig) error

Push pushes a plugin to the store.

func (*Manager) Remove

func (pm *Manager) Remove(name string, config *types.PluginRmConfig) error

Remove deletes plugin's root directory.

func (*Manager) Set

func (pm *Manager) Set(name string, args []string) error

Set sets plugin args

func (*Manager) Shutdown

func (pm *Manager) Shutdown()

Shutdown stops all plugins and called during daemon shutdown.

func (*Manager) StateChanged

func (pm *Manager) StateChanged(id string, e libcontainerd.StateInfo) error

StateChanged updates plugin internals using libcontainerd events.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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