seaweedfs-operator/pkg/controller/add_seaweedfscluster.go
2019-11-19 19:29:15 +08:00

11 lines
286 B
Go

package controller
import (
"github.com/seaweedfs/seaweedfs-operator/pkg/controller/seaweedfscluster"
)
func init() {
// AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
AddToManagerFuncs = append(AddToManagerFuncs, seaweedfscluster.Add)
}