Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Raines <[email protected]>
  • Loading branch information
programmer04 and rainest authored Jul 16, 2024
1 parent eb24bd6 commit 7222951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/kongplugin_installation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ const (
// and can install it on a DataPlane or Gateway.
KongPluginInstallationReasonReady KongPluginInstallationConditionReason = "Ready"

// KongPluginInstallationReasonFailed is used with the "Ready" condition when
// KongPluginInstallationReasonFailed is used with the "Accepted" condition type when
// the KongPluginInstallation can't be fetched e.g. image can't be fetched.
// More details can be obtained from the condition's message.
KongPluginInstallationReasonFailed KongPluginInstallationConditionReason = "Failed"

// KongPluginInstallationReasonPending is used with the "Ready" condition when the requested
// KongPluginInstallationReasonPending is used with the "Accepted" condition type when the requested
// controller has started processing the KongPluginInstallation, but it hasn't finished yet.
KongPluginInstallationReasonPending KongPluginInstallationConditionReason = "Pending"
)

0 comments on commit 7222951

Please sign in to comment.