Collectd operator utilties
[demo.git] / vnfs / DAaaS / microservices / collectd-operator / pkg / apis / apis.go
1 package apis
2
3 import (
4         "k8s.io/apimachinery/pkg/runtime"
5 )
6
7 // AddToSchemes may be used to add all resources defined in the project to a Scheme
8 var AddToSchemes runtime.SchemeBuilder
9
10 // AddToScheme adds all Resources to the Scheme
11 func AddToScheme(s *runtime.Scheme) error {
12         return AddToSchemes.AddToScheme(s)
13 }