From 2456af5a67b033a9b6706b42e03a0d356488f8e7 Mon Sep 17 00:00:00 2001 From: Eileen <48944635+Eileen-Yu@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:07:01 -0400 Subject: [PATCH] Update docs/book/src/plugins/external-plugins.md Co-authored-by: Bryce Palmer --- docs/book/src/plugins/external-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/plugins/external-plugins.md b/docs/book/src/plugins/external-plugins.md index cc16194785c..1980f37e660 100644 --- a/docs/book/src/plugins/external-plugins.md +++ b/docs/book/src/plugins/external-plugins.md @@ -2,7 +2,7 @@ ## Overview -You can extend the Kubebuilder functionality by introducing external plugin. +Kubebuilder's functionality can be extended through the use of external plugins. An external plugin is an executable that implements an execution pattern that Kubebuilder knows how to interact with. Since an external plugin is an executable it can be implemented in any language.