multipoint

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "multipoint-communicating-plugin"

Name is the name of the plug used in Registry and configurations.

Variables

This section is empty.

Functions

func New

New initializes a new plugin and returns it.

Types

type CommunicatingPlugin

type CommunicatingPlugin struct{}

CommunicatingPlugin is an example of a plugin that implements two extension points. It communicates through pluginContext with another function.

func (CommunicatingPlugin) Name

func (mc CommunicatingPlugin) Name() string

Name returns name of the plugin. It is used in logs, etc.

func (CommunicatingPlugin) PreBind added in v1.16.0

func (mc CommunicatingPlugin) PreBind(pc *framework.PluginContext, pod *v1.Pod, nodeName string) *framework.Status

PreBind is the functions invoked by the framework at "prebind" extension point.

func (CommunicatingPlugin) Reserve

func (mc CommunicatingPlugin) Reserve(pc *framework.PluginContext, pod *v1.Pod, nodeName string) *framework.Status

Reserve is the functions invoked by the framework at "reserve" extension point.

Jump to

Keyboard shortcuts

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