Collectd operator utilties
[demo.git] / vnfs / DAaaS / collectd-operator / pkg / apis / addtoscheme_onap_v1alpha1.go
1 package apis
2
3 import (
4         "demo/vnfs/DAaaS/collectd-operator/pkg/apis/onap/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 }