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