seaweedfs-operator/pkg/apis/addtoscheme_seaweedfs_v1alpha1.go
HZ89 f8c94e43bb feat(crds): change api group name
change api group name to seaweedfs.com
2019-11-20 11:33:30 +08:00

11 lines
289 B
Go

package apis
import (
"github.com/seaweedfs/seaweedfs-operator/pkg/apis/seaweedfs/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)
}