Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella committed Apr 18, 2024
1 parent 7bcd383 commit 81437dc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions internal/reconciler/metricpipeline/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ package metricpipeline
import (
"context"
"fmt"
"time"

"gopkg.in/yaml.v3"
"k8s.io/apimachinery/pkg/types"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
logf "sigs.k8s.io/controller-runtime/pkg/log"

operatorv1alpha1 "github.com/kyma-project/telemetry-manager/apis/operator/v1alpha1"
telemetryv1alpha1 "github.com/kyma-project/telemetry-manager/apis/telemetry/v1alpha1"
"github.com/kyma-project/telemetry-manager/internal/istiostatus"
Expand All @@ -15,12 +23,6 @@ import (
"github.com/kyma-project/telemetry-manager/internal/secretref"
"github.com/kyma-project/telemetry-manager/internal/selfmonitor/prober"
"github.com/kyma-project/telemetry-manager/internal/tlscert"
"gopkg.in/yaml.v3"
"k8s.io/apimachinery/pkg/types"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
logf "sigs.k8s.io/controller-runtime/pkg/log"
"time"
)

const defaultReplicaCount int32 = 2
Expand Down

0 comments on commit 81437dc

Please sign in to comment.