mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-18 23:45:11 +00:00
feat: several cleanups in the scheduling package
+ Remove unused variable in tests. + Use more common statement for interface conformance check. + Fix several comments in the framework plugins.
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
// and implements only one hook for prebind.
|
||||
type StatelessPreBindExample struct{}
|
||||
|
||||
var _ = framework.PreBindPlugin(StatelessPreBindExample{})
|
||||
var _ framework.PreBindPlugin = StatelessPreBindExample{}
|
||||
|
||||
// Name is the name of the plugin used in Registry and configurations.
|
||||
const Name = "stateless-prebind-plugin-example"
|
||||
|
||||
Reference in New Issue
Block a user