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

import (
	"visualization-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)
}