aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor/pkg/apis/addtoscheme_k8splugin_v1alpha1.go
blob: 3c8f595d40507ad290d299fac08bf46226ec8663 (plain)
1
2
3
4
5
6
7
8
9
10
package apis

import (
	"monitor/pkg/apis/k8splugin/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)
}