Skip to content

Commit

Permalink
operator: remove odicdiscoveryendpoint controller
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Dec 14, 2020
1 parent f6027aa commit 3e5db2e
Show file tree
Hide file tree
Showing 64 changed files with 0 additions and 16,005 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ require (
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/openshift/api v0.0.0-20200901182017-7ac89ba6b971
github.com/openshift/build-machinery-go v0.0.0-20200819073603-48aa266c95f7
github.com/openshift/client-go v0.0.0-20200827190008-3062137373b5
github.com/openshift/library-go v0.0.0-20200911100307-610c6e9e90b8
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
Expand All @@ -42,7 +41,6 @@ require (
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.28.0
gopkg.in/square/go-jose.v2 v2.2.2
k8s.io/api v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
Expand Down
2 changes: 0 additions & 2 deletions pkg/operator/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
"github.com/openshift/cloud-credential-operator/pkg/operator/credentialsrequest"
"github.com/openshift/cloud-credential-operator/pkg/operator/credentialsrequest/actuator"
"github.com/openshift/cloud-credential-operator/pkg/operator/metrics"
"github.com/openshift/cloud-credential-operator/pkg/operator/oidcdiscoveryendpoint"
"github.com/openshift/cloud-credential-operator/pkg/operator/platform"
"github.com/openshift/cloud-credential-operator/pkg/operator/secretannotator"
"github.com/openshift/cloud-credential-operator/pkg/ovirt"
Expand All @@ -50,7 +49,6 @@ func init() {
AddToManagerFuncs = append(AddToManagerFuncs, metrics.Add)
AddToManagerFuncs = append(AddToManagerFuncs, secretannotator.Add)
AddToManagerFuncs = append(AddToManagerFuncs, awspodidentity.Add)
AddToManagerFuncs = append(AddToManagerFuncs, oidcdiscoveryendpoint.Add)
AddToManagerWithActuatorFuncs = append(AddToManagerWithActuatorFuncs, credentialsrequest.AddWithActuator)
}

Expand Down

0 comments on commit 3e5db2e

Please sign in to comment.