Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Aug 7, 2024
1 parent a4f0909 commit f02726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/konnect/constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ type EntityType[
// Additional methods which are used in reconciling Konnect entities.
GetConditions() []metav1.Condition
SetConditions([]metav1.Condition)
GetKonnectStatus() *configurationv1alpha1.KonnectEntityStatus
GetKonnectStatus() *konnectv1alpha1.KonnectEntityStatus
GetKonnectAPIAuthConfigurationRef() konnectv1alpha1.KonnectAPIAuthConfigurationRef
}

0 comments on commit f02726b

Please sign in to comment.