Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Jul 16, 2024
1 parent d6434e5 commit eb24bd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/v1alpha1/kongplugin_installation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ const (
//
// * "Pending".
//
KongPluginInstallationConditionStatusAccepted KongPluginInstallationConditionType = "Ready"
KongPluginInstallationConditionStatusAccepted KongPluginInstallationConditionType = "Accepted"

// KongPluginInstallationReasonReady is used with the "Ready" condition when
// the condition is "True".
// KongPluginInstallationReasonReady indicates that the controller has downloaded the plugin
// and can install it on a DataPlane or Gateway.
KongPluginInstallationReasonReady KongPluginInstallationConditionReason = "Ready"

// KongPluginInstallationReasonFailed is used with the "Ready" condition when
// the KongPluginInstallation can't be configured e.g. image can't be fetched.
// 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"

Expand Down

0 comments on commit eb24bd6

Please sign in to comment.