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.
2 parents bc01209 + 20a2045 commit 022445dCopy full SHA for 022445d
main.go
@@ -33,6 +33,7 @@ import (
33
34
capiv1alpha1 "github.com/weaveworks/cluster-bootstrap-controller/api/v1alpha1"
35
"github.com/weaveworks/cluster-bootstrap-controller/controllers"
36
+ clusterv1 "sigs.k8s.io/cluster-api/api/v1beta1"
37
//+kubebuilder:scaffold:imports
38
)
39
@@ -45,6 +46,7 @@ func init() {
45
46
utilruntime.Must(clientgoscheme.AddToScheme(scheme))
47
48
utilruntime.Must(capiv1alpha1.AddToScheme(scheme))
49
+ utilruntime.Must(clusterv1.AddToScheme(scheme))
50
//+kubebuilder:scaffold:scheme
51
}
52
0 commit comments