Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Patryk Małek <[email protected]>
  • Loading branch information
programmer04 and pmalek authored Jul 9, 2024
1 parent d42c158 commit b75ee56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1alpha1/kongplugin_installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
//
Expand Down

0 comments on commit b75ee56

Please sign in to comment.