Skip to content

Commit

Permalink
Remove useless comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrerazvan committed Jun 5, 2024
1 parent a211c3c commit fc08af1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/kafkacluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import (
"github.com/banzaicloud/koperator/pkg/resources/nodeportexternalaccess"
"github.com/banzaicloud/koperator/pkg/util"

// TODO uncomment this
contour "github.com/projectcontour/contour/apis/projectcontour/v1"
)

Expand Down
1 change: 0 additions & 1 deletion controllers/tests/kafkacluster_controller_contour_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ var _ = Describe("KafkaClusterWithContourIngressController", Label("contour"), f
})
When("configuring Contour ingress expect broker ClusterIp svc", func() {
It("should reconcile object properly", func(ctx SpecContext) {
// TODO: implement
expectContour(ctx, kafkaCluster)
})
})
Expand Down

0 comments on commit fc08af1

Please sign in to comment.