From b75ee56f6b8f0483f039b7f0ec0b22bcc2b10f9d Mon Sep 17 00:00:00 2001 From: Jakub Warczarek Date: Tue, 9 Jul 2024 17:27:11 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Patryk Małek --- api/v1alpha1/kongplugin_installation.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v1alpha1/kongplugin_installation.go b/api/v1alpha1/kongplugin_installation.go index 812657c1a..3c4d6a5df 100644 --- a/api/v1alpha1/kongplugin_installation.go +++ b/api/v1alpha1/kongplugin_installation.go @@ -89,8 +89,8 @@ type KongPluginInstallationConditionType string type KongPluginInstallationConditionReason string const ( - // This condition indicates whether the controller has fetched and make - // available for use a specific Custom Kong Plugin. + // This condition indicates whether the controller has fetched the plugin image + // and made it available for use as a specific Custom Kong Plugin. // // It is a positive-polarity summary condition, and so should always be // present on the resource with ObservedGeneration set. @@ -99,7 +99,7 @@ const ( // status before it has all the information it needs to be able to determine // if the condition is true. // - // Possible reasons for this condition to be true are: + // Possible reasons for this condition to be True are: // // * "Programmed" //