github.com/percona/percona-xtradb-cluster-operator@v1.14.0/pkg/controller/add_pxc.go (about) 1 package controller 2 3 import ( 4 "github.com/percona/percona-xtradb-cluster-operator/pkg/controller/pxc" 5 ) 6 7 func init() { 8 // AddToManagerFuncs is a list of functions to create controllers and add them to a manager. 9 AddToManagerFuncs = append(AddToManagerFuncs, pxc.Add) 10 }