Skip to content

Commit

Permalink
chore: Secretrefs refactoring (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorSAP authored Nov 5, 2024
1 parent 9e12dc6 commit 72880b2
Show file tree
Hide file tree
Showing 16 changed files with 558 additions and 1,041 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ linters-settings:
alias: metricsserver
- pkg: sigs.k8s.io/controller-runtime/pkg/predicate
alias: ctrlpredicate
- pkg: "github.com/kyma-project/telemetry-manager/internal/reconciler/commonstatus/stubs"
- pkg: github.com/kyma-project/telemetry-manager/internal/reconciler/commonstatus/stubs
alias: commonStatusStubs
- pkg: "k8s.io/client-go/testing"
- pkg: k8s.io/client-go/testing
alias: clienttesting
errcheck:
check-type-assertions: true # Reports type assertions: `a := b.(SomeStruct)`.
Expand Down
2 changes: 2 additions & 0 deletions .testcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ override:
path: ^internal/resources/otelcollector$
- threshold: 78
path: ^internal/resources/selfmonitor$
- threshold: 80
path: ^internal/validators/secretref$
- threshold: 75
path: ^internal/resourcelock$
- threshold: 85
Expand Down
99 changes: 0 additions & 99 deletions apis/telemetry/v1alpha1/secret_refs.go

This file was deleted.

Loading

0 comments on commit 72880b2

Please sign in to comment.