prebind

package
v1.22.2 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "stateless-prebind-plugin-example"

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

Variables

This section is empty.

Functions

func New

New initializes a new plugin and returns it.

Types

type StatelessPreBindExample added in v1.16.0

type StatelessPreBindExample struct{}

StatelessPreBindExample is an example of a simple plugin that has no state and implements only one hook for prebind.

func (StatelessPreBindExample) Name added in v1.16.0

func (sr StatelessPreBindExample) Name() string

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

func (StatelessPreBindExample) PreBind added in v1.16.0

func (sr StatelessPreBindExample) PreBind(ctx context.Context, state *framework.CycleState, pod *v1.Pod, nodeName string) *framework.Status

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

Jump to

Keyboard shortcuts

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