Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Sep 25, 2024
1 parent 369b974 commit 94b3034
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package fsm
import (
"context"
"fmt"
"sigs.k8s.io/controller-runtime/pkg/client"

gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1"
authenticationv1alpha1 "github.com/gardener/oidc-webhook-authenticator/apis/authentication/v1alpha1"
Expand All @@ -14,6 +13,7 @@ import (
k8serrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
)

func DefaultAdditionalOidcIfNotPresent(runtime *imv1.Runtime, cfg RCCfg) {
Expand Down Expand Up @@ -113,7 +113,6 @@ func recreateOpenIDConnectResources(ctx context.Context, m *fsm, s *systemState)
}

func deleteExistingKymaOpenIDConnectResources(ctx context.Context, client client.Client) (err error) {

oidcList := &authenticationv1alpha1.OpenIDConnectList{}
if err = client.List(ctx, oidcList); err != nil {
return
Expand Down

0 comments on commit 94b3034

Please sign in to comment.