Skip to content

Commit

Permalink
add to scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Aug 22, 2024
1 parent 5151405 commit d8a07db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operators/multiclusterobservability/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"crypto/tls"
"flag"
"fmt"
imagev1 "github.com/openshift/api/image/v1"
"os"

imagev1client "github.com/openshift/client-go/image/clientset/versioned/typed/image/v1"
Expand Down Expand Up @@ -72,6 +73,7 @@ func init() {
utilruntime.Must(observatoriumAPIs.AddToScheme(scheme))
utilruntime.Must(prometheusv1.AddToScheme(scheme))
utilruntime.Must(addonv1alpha1.AddToScheme(scheme))
utilruntime.Must(imagev1.AddToScheme(scheme))
// +kubebuilder:scaffold:scheme
}

Expand Down

0 comments on commit d8a07db

Please sign in to comment.