Skip to content

Commit

Permalink
remove dead code following refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Jan 20, 2025
1 parent 052cd8f commit 8eaf543
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions internal/controller/datadoggenericresource/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

type operation string

const (
// mockSubresource is used to mock the subresource in tests
mockSubresource = "mock_resource"
operationDelete operation = "delete"
operationGet operation = "get"
operationUpdate operation = "update"
)
// mockSubresource is used to mock the subresource in tests
const mockSubresource = "mock_resource"

type MockHandler struct{}

Expand Down

0 comments on commit 8eaf543

Please sign in to comment.