We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38514b commit bb3d9f2Copy full SHA for bb3d9f2
cmd/epp/main.go
@@ -27,6 +27,8 @@ import (
27
func main() {
28
// Register all known plugin factories
29
runner.RegisterAllPlugins()
30
+ // For adding out-of-tree plugins to the plugins registry, use the following:
31
+ // plugins.Register(my-out-of-tree-plugin-name, my-out-of-tree-plugin-factory-function)
32
33
if err := runner.NewRunner().Run(ctrl.SetupSignalHandler()); err != nil {
34
os.Exit(1)
0 commit comments