package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewPluginContext initializes a new PluginContext and returns its pointer.

# Constants

NotFound is the not found error message.

# Structs

PluginContext provides a mechanism for plugins to store and retrieve arbitrary data.
PluginData carries information that plugins may need.

# Interfaces

ContextData is a generic type for arbitrary data stored in PluginContext.
Plugin is the parent type for all the scheduling framework plugins.
PluginSet registers plugins used by the scheduling framework.
PrebindPlugin is an interface that must be implemented by "prebind" plugins.
ReservePlugin is an interface for Reserve plugins.

# Type aliases

ContextKey is the type of keys stored in PluginContext.