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 (
2323
2424 instascale "github.com/project-codeflare/instascale/controllers"
2525 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"
2627 mcadconfig "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/config"
2728 mcad "github.com/project-codeflare/multi-cluster-app-dispatcher/pkg/controller/queuejob"
2829 "go.uber.org/zap/zapcore"
5051
5152func init () {
5253 utilruntime .Must (clientgoscheme .AddToScheme (scheme ))
53- _ = mcadv1beta1 .AddToScheme (scheme )
54+ utilruntime .Must (mcadv1beta1 .AddToScheme (scheme ))
55+ utilruntime .Must (quotasubtreev1 .AddToScheme (scheme ))
5456}
5557
5658func main () {
You can’t perform that action at this time.
0 commit comments