Skip to content

Commit

Permalink
Also for bootstrap controller
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti committed Jan 9, 2024
1 parent 32af133 commit 932bd33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log/zap"

bootstrapv1beta1 "github.com/cluster-api-provider-k3s/cluster-api-k3s/bootstrap/api/v1beta1"
bootstrapv1 "github.com/cluster-api-provider-k3s/cluster-api-k3s/bootstrap/api/v1beta2"
"github.com/cluster-api-provider-k3s/cluster-api-k3s/bootstrap/controllers"
)

Expand All @@ -43,6 +44,7 @@ func init() {
_ = clusterv1beta1.AddToScheme(scheme)
_ = expv1beta1.AddToScheme(scheme)
_ = bootstrapv1beta1.AddToScheme(scheme)
_ = bootstrapv1.AddToScheme(scheme)
// +kubebuilder:scaffold:scheme
}

Expand Down

0 comments on commit 932bd33

Please sign in to comment.