Skip to content

Commit

Permalink
feat: network
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 committed Sep 5, 2024
1 parent af04a0a commit 497de64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package cloudresources

import (
"context"

ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/reconcile"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package cloudresources

import (
"context"

"github.com/kyma-project/cloud-manager/pkg/skr/gcpredisinstance"
skrruntime "github.com/kyma-project/cloud-manager/pkg/skr/runtime"
skrreconciler "github.com/kyma-project/cloud-manager/pkg/skr/runtime/reconcile"
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/cloud-resources/iprange_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ package cloudresources

import (
"context"
"sigs.k8s.io/controller-runtime/pkg/client"

cloudresourcesv1beta1 "github.com/kyma-project/cloud-manager/api/cloud-resources/v1beta1"
"github.com/kyma-project/cloud-manager/pkg/skr/iprange"
skrruntime "github.com/kyma-project/cloud-manager/pkg/skr/runtime"
reconcile2 "github.com/kyma-project/cloud-manager/pkg/skr/runtime/reconcile"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/reconcile"

ctrl "sigs.k8s.io/controller-runtime"
Expand Down

0 comments on commit 497de64

Please sign in to comment.