From 5b76da3dc729b1969ac3dd829069b2ac5ff7204e Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Tue, 11 Jun 2024 16:19:03 -0700 Subject: [PATCH] Remove reference to k8s plugin Signed-off-by: Jason Parraga --- flyteplugins/go/tasks/pluginmachinery/webapi/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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