Refactored BPA controller code for better testing
[icn.git] / cmd / bpa-operator / vendor / github.com / metal3-io / baremetal-operator / pkg / apis / addtoscheme_metal3_v1alpha1.go
1 package apis
2
3 import (
4         "github.com/metal3-io/baremetal-operator/pkg/apis/metal3/v1alpha1"
5 )
6
7 func init() {
8         // Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
9         AddToSchemes = append(AddToSchemes, v1alpha1.SchemeBuilder.AddToScheme)
10 }