buildkit

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2020 License: Apache-2.0 Imports: 52 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Config             = config.DefaultBuildkitConfig()
	PluginRegistration = plugin.Registration{
		ID:     "buildkit",
		Type:   plugin.GRPCPlugin,
		Config: Config,
		Requires: []plugin.Type{
			plugin.RuntimePlugin,
			plugin.ServicePlugin,
		},
		InitFn: PluginInitFunc,
	}
)

Functions

func NamespacedExecutor

func NamespacedExecutor(ns string, exec executor.Executor) executor.Executor

func PluginInitFunc

func PluginInitFunc(ic *plugin.InitContext) (interface{}, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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