package prebind
import "k8s.io/kubernetes/pkg/scheduler/framework/plugins/examples/prebind"
Index ¶
- Constants
- func New(_ *runtime.Unknown, _ framework.FrameworkHandle) (framework.Plugin, error)
- type StatelessPrebindExample
Constants ¶
const Name = "stateless-prebind-plugin-example"
Name is the name of the plugin used in Registry and configurations.
Functions ¶
func New ¶
New initializes a new plugin and returns it.
Types ¶
type StatelessPrebindExample ¶
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 ¶
func (sr StatelessPrebindExample) Name() string
Name returns name of the plugin. It is used in logs, etc.
func (StatelessPrebindExample) Prebind ¶
func (sr StatelessPrebindExample) Prebind(pc *framework.PluginContext, pod *v1.Pod, nodeName string) *framework.Status
Prebind is the functions invoked by the framework at "prebind" extension point.
Source Files ¶
prebind.go
- Version
- v1.15.9
- Published
- Jan 17, 2020
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 1 hour ago –
Tools for package owners.