plugin

package
v0.0.0-...-44ee509 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2018 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

generated by go-extpoints -- DO NOT EDIT

Index

Constants

This section is empty.

Variables

View Source
var ComposePlugins = &composePluginExt{
	newExtensionPoint(new(ComposePlugin)),
}

Functions

func RegisterExtension

func RegisterExtension(extension interface{}, name string) []string

func UnregisterExtension

func UnregisterExtension(name string) []string

Types

type ComposePlugin

type ComposePlugin interface {
	LaunchTaskPreImagePull(ctx *context.Context, composeFiles *[]string, executorId string, taskInfo *mesos.TaskInfo) error
	LaunchTaskPostImagePull(ctx *context.Context, composeFiles *[]string, executorId string, taskInfo *mesos.TaskInfo) error
	PostLaunchTask(ctx *context.Context, composeFiles []string, taskInfo *mesos.TaskInfo) (string, error)
	PreKillTask(taskInfo *mesos.TaskInfo) error
	PostKillTask(taskInfo *mesos.TaskInfo) error
	Shutdown(executor.ExecutorDriver) error
}

func GetOrderedExtpoints

func GetOrderedExtpoints(plugins []string) []ComposePlugin

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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