Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mattia Lavacca <[email protected]>
  • Loading branch information
pmalek and mlavacca authored Aug 1, 2024
1 parent 1518df8 commit 63b6605
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions controller/konnect/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ const (
KonnectAPIAuthConfigurationValidConditionType = "Valid"

// KonnectAPIAuthConfigurationReasonValid is the reason used with the Valid
// condition type indiciating that the APIAuth configuration is valid.
// condition type indicating that the APIAuth configuration is valid.
// It is intended to be used when the condition status is false.
KonnectAPIAuthConfigurationReasonValid = "Valid"
// KonnectAPIAuthConfigurationReasonValid is the reason used with the Valid
// condition type indiciating that the APIAuth configuration is invalid.
// condition type indicating that the APIAuth configuration is invalid.
// It is intended to be used when the condition status is false.
KonnectAPIAuthConfigurationReasonInvalid = "Invalid"
)

0 comments on commit 63b6605

Please sign in to comment.