diff --git a/flyteplugins/go/tasks/pluginmachinery/webapi/plugin.go b/flyteplugins/go/tasks/pluginmachinery/webapi/plugin.go index 920040cab06..bd7edaa7a0e 100644 --- a/flyteplugins/go/tasks/pluginmachinery/webapi/plugin.go +++ b/flyteplugins/go/tasks/pluginmachinery/webapi/plugin.go @@ -22,7 +22,7 @@ import ( // that the plugin loader will be called before any Handle/Abort/Finalize functions are invoked type PluginLoader func(ctx context.Context, iCtx PluginSetupContext) (AsyncPlugin, error) -// PluginEntry is a structure that is used to indicate to the system a K8s plugin +// PluginEntry is a structure that is used to indicate to the system a WebAPI plugin type PluginEntry struct { // ID/Name of the plugin. This will be used to identify this plugin and has to be unique in the entire system // All functions like enabling and disabling a plugin use this ID