We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ff2ca commit 3086d1aCopy full SHA for 3086d1a
main.go
@@ -24,7 +24,7 @@ import (
24
"strings"
25
"time"
26
27
- odhv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/features/v1"
+ dsciv1 "github.com/opendatahub-io/opendatahub-operator/v2/apis/dscinitialization/v1"
28
rayv1 "github.com/ray-project/kuberay/ray-operator/apis/ray/v1"
29
"go.uber.org/zap/zapcore"
30
@@ -72,7 +72,7 @@ func init() {
72
// OpenShift Route
73
utilruntime.Must(routev1.Install(scheme))
74
// ODH
75
- utilruntime.Must(odhv1.AddToScheme(scheme))
+ utilruntime.Must(dsciv1.AddToScheme(scheme))
76
}
77
78
func main() {
0 commit comments