Files
onepassword-operator/pkg/apis/addtoscheme_onepassword_v1.go
2020-12-10 18:28:38 -04:00

11 lines
284 B
Go

package apis
import (
v1 "github.com/1Password/onepassword-operator/pkg/apis/onepassword/v1"
)
func init() {
// Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
AddToSchemes = append(AddToSchemes, v1.SchemeBuilder.AddToScheme)
}