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

11 lines
276 B
Go

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