Skip to content

Commit

Permalink
refac(teammembership) Standardization of Team Membership Updater (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
gciezkowski-acc committed Nov 5, 2024
1 parent b3b94cf commit 4dc21bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ package teammembership

import (
"context"
"github.com/cloudoperators/greenhouse/pkg/lifecycle"
"github.com/pkg/errors"
"time"

"github.com/pkg/errors"
"github.com/prometheus/client_golang/prometheus"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand All @@ -27,6 +26,7 @@ import (

greenhousev1alpha1 "github.com/cloudoperators/greenhouse/pkg/apis/greenhouse/v1alpha1"
"github.com/cloudoperators/greenhouse/pkg/clientutil"
"github.com/cloudoperators/greenhouse/pkg/lifecycle"
"github.com/cloudoperators/greenhouse/pkg/scim"
)

Expand Down

0 comments on commit 4dc21bc

Please sign in to comment.