Skip to content

Commit

Permalink
oopsiegit add -p
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Sep 4, 2024
1 parent 59fb111 commit 30ff45c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/IBM/ibm-storage-odf-operator/controllers/storageclass"
"github.com/IBM/ibm-storage-odf-operator/controllers/util"
configv1 "github.com/openshift/api/config/v1"
consolev1 "github.com/openshift/api/console/v1"
operatorv1 "github.com/openshift/api/operator/v1"
monitoringv1 "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand All @@ -54,9 +55,9 @@ var (

func init() {
utilruntime.Must(clientgoscheme.AddToScheme(scheme))

utilruntime.Must(monitoringv1.AddToScheme(scheme))
utilruntime.Must(odfv1.AddToScheme(scheme))
utilruntime.Must(consolev1.AddToScheme(scheme))
utilruntime.Must(configv1.AddToScheme(scheme))
utilruntime.Must(operatorv1.AddToScheme(scheme))
//+kubebuilder:scaffold:scheme
Expand Down

0 comments on commit 30ff45c

Please sign in to comment.