aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/remote-config-operator/pkg/apis/addtoscheme_onap_v1alpha1.go
blob: 29d7c508db7507f5b83c1e7e4d4743c9bc00178a (plain)
1
2
3
4
5
6
7
8
9
10
package apis

import (
	"remote-config-operator/pkg/apis/onap/v1alpha1"
)

func init() {
	// Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
	AddToSchemes = append(AddToSchemes, v1alpha1.SchemeBuilder.AddToScheme)
}