Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
remove more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Feb 9, 2024
1 parent c18e5c9 commit 810bf05
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions cmd/gateway_controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"flag"
"os"

certmanv1 "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
clusterv1 "open-cluster-management.io/api/cluster/v1"
clusterv1beta2 "open-cluster-management.io/api/cluster/v1beta1"
workv1 "open-cluster-management.io/api/work/v1"
Expand Down Expand Up @@ -54,7 +53,6 @@ var (
func init() {
utilruntime.Must(clientgoscheme.AddToScheme(scheme.Scheme))

utilruntime.Must(certmanv1.AddToScheme(scheme.Scheme))
utilruntime.Must(gatewayapiv1.AddToScheme(scheme.Scheme))
utilruntime.Must(clusterv1beta2.AddToScheme(scheme.Scheme))
utilruntime.Must(workv1.AddToScheme(scheme.Scheme))
Expand Down
19 changes: 0 additions & 19 deletions config/samples/kuadrant.io_v1alpha1_tlspolicy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Append samples you want in your CSV to this file as resources ##
resources:
# Used as examples in kuadrant-operator bundle
- kuadrant.io_v1alpha1_tlspolicy.yaml
4 changes: 0 additions & 4 deletions test/gateway_integration/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import (

. "github.com/Kuadrant/multicluster-gateway-controller/pkg/controllers/gateway"
"github.com/Kuadrant/multicluster-gateway-controller/pkg/placement"
//"github.com/Kuadrant/multicluster-gateway-controller/pkg/apis/v1alpha1"
//+kubebuilder:scaffold:imports
)

Expand Down Expand Up @@ -101,9 +100,6 @@ var _ = BeforeSuite(func() {
err = gatewayapiv1.AddToScheme(scheme.Scheme)
Expect(err).NotTo(HaveOccurred())

// err = certman.AddToScheme(scheme.Scheme)
// Expect(err).NotTo(HaveOccurred())

err = ocmworkv1.AddToScheme(scheme.Scheme)
Expect(err).NotTo(HaveOccurred())

Expand Down

0 comments on commit 810bf05

Please sign in to comment.