Skip to content

Commit

Permalink
Fix golangci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KsaweryZietara committed Feb 29, 2024
1 parent 73a750a commit 91b3e7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions controllers/btpoperator_controller_updating_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ package controllers

import (
"fmt"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"os"
"time"

"github.com/kyma-project/btp-manager/api/v1alpha1"
"github.com/kyma-project/btp-manager/internal/manifest"
"github.com/kyma-project/btp-manager/internal/ymlutils"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
apimachienerytypes "k8s.io/apimachinery/pkg/types"
controllerruntime "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/kyma-project/btp-manager/api/v1alpha1"
"github.com/kyma-project/btp-manager/internal/manifest"
"github.com/kyma-project/btp-manager/internal/ymlutils"
)

const (
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package main
import (
"flag"
"os"

//test

// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
Expand Down

0 comments on commit 91b3e7d

Please sign in to comment.