You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the current behavior
Currently, some constant variables that would be useful to import to other Go projects can't be because they are defined in internal packages.
Describe the improvement
It would be helpful to projects like CAPZ if these definitions were either moved or mirrored to packages that external projects can import.
Additional context
Add any other context about the suggested improvement.
The text was updated successfully, but these errors were encountered:
Describe the current behavior
Currently, some constant variables that would be useful to import to other Go projects can't be because they are defined in
internal
packages.e.g.
azure-service-operator/v2/internal/reconcilers/reconcile_policy.go
Lines 16 to 37 in 0eb6054
azure-service-operator/v2/internal/reconcilers/predicates.go
Line 18 in 0eb6054
azure-service-operator/v2/internal/config/vars.go
Lines 17 to 36 in 0eb6054
Describe the improvement
It would be helpful to projects like CAPZ if these definitions were either moved or mirrored to packages that external projects can import.
Additional context
Add any other context about the suggested improvement.
The text was updated successfully, but these errors were encountered: