BPA Provisioning CRD and Controller
[icn.git] / cmd / bpa-operator / pkg / apis / addtoscheme_bpa_v1alpha1.go
1 package apis
2
3 import (
4         "github.com/bpa-operator/pkg/apis/bpa/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 }