Add/update/delete PrometheusRemoteEndpoint CR
[demo.git] / vnfs / DAaaS / microservices / remote-config-operator / pkg / apis / addtoscheme_onap_v1alpha1.go
1 package apis
2
3 import (
4         "remote-config-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 }