mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix scheduler plugin example
This commit is contained in:
parent
eb41c9c5fc
commit
78f7027f66
@ -27,6 +27,7 @@ import (
|
|||||||
type CommunicatingPlugin struct{}
|
type CommunicatingPlugin struct{}
|
||||||
|
|
||||||
var _ = framework.ReservePlugin(CommunicatingPlugin{})
|
var _ = framework.ReservePlugin(CommunicatingPlugin{})
|
||||||
|
var _ = framework.PrebindPlugin(CommunicatingPlugin{})
|
||||||
|
|
||||||
// Name is the name of the plug used in Registry and configurations.
|
// Name is the name of the plug used in Registry and configurations.
|
||||||
const Name = "multipoint-communicating-plugin"
|
const Name = "multipoint-communicating-plugin"
|
||||||
|
Loading…
Reference in New Issue
Block a user