Skip to content

Commit

Permalink
chore: remove some useless object builders (#8182)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf authored Sep 23, 2024
1 parent acdc2a7 commit dd1c729
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 887 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ require (
github.com/onsi/gomega v1.31.0
github.com/opencontainers/image-spec v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.0
github.com/prometheus/client_golang v1.19.0
github.com/replicatedhq/troubleshoot v0.57.0
github.com/rogpeppe/go-internal v1.12.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,6 @@ github.com/poy/onpar v1.1.2 h1:QaNrNiZx0+Nar5dLgTVp5mXkyoVFIbepjyEoGSnhbAY=
github.com/poy/onpar v1.1.2/go.mod h1:6X8FLNoxyr9kkmnlqpK6LSoiOtrO6MICtWwEuWkLjzg=
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.0 h1:et+XkusxWLz+XNqZiyMom9tv9ACvNAUyLXti2LTiV7o=
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.0/go.mod h1:3RiUkFmR9kmPZi9r/8a5jw0a9yg+LMmr7qa0wjqvSiI=
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM=
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso=
Expand Down
80 changes: 0 additions & 80 deletions pkg/controller/builder/builder_daemon_set.go

This file was deleted.

102 changes: 0 additions & 102 deletions pkg/controller/builder/builder_daemon_set_test.go

This file was deleted.

75 changes: 0 additions & 75 deletions pkg/controller/builder/builder_deployment.go

This file was deleted.

92 changes: 0 additions & 92 deletions pkg/controller/builder/builder_deployment_test.go

This file was deleted.

Loading

0 comments on commit dd1c729

Please sign in to comment.