Skip to content

Commit

Permalink
Update controller/konnect/errors.go
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
pmalek and czeslavo authored Sep 20, 2024
1 parent d567332 commit 3c780f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/konnect/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (e ReferencedKongConsumerIsBeingDeleted) Error() string {
)
}

// ReferencedKongConsumerDoesNotExist is an error type that is returned when
// ReferencedKongConsumerDoesNotExist is an error type that is returned when the referenced KongConsumer does not exist.
type ReferencedKongConsumerDoesNotExist struct {
Reference types.NamespacedName
Err error
Expand Down

0 comments on commit 3c780f6

Please sign in to comment.