File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import (
23
23
24
24
instascale "github.com/project-codeflare/instascale/controllers"
25
25
mcadv1beta1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/controller/v1beta1"
26
+ quotasubtreev1 "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/apis/quotaplugins/quotasubtree/v1"
26
27
mcadconfig "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/config"
27
28
mcad "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/controller/queuejob"
28
29
"go.uber.org/zap/zapcore"
50
51
51
52
func init () {
52
53
utilruntime .Must (clientgoscheme .AddToScheme (scheme ))
53
- _ = mcadv1beta1 .AddToScheme (scheme )
54
+ utilruntime .Must (mcadv1beta1 .AddToScheme (scheme ))
55
+ utilruntime .Must (quotasubtreev1 .AddToScheme (scheme ))
54
56
}
55
57
56
58
func main () {
You can’t perform that action at this time.
0 commit comments