forked from openshift/operator-framework-olm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcmds.go
15 lines (13 loc) · 727 Bytes
/
cmds.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cmds
import (
_ "github.com/operator-framework/operator-lifecycle-manager/cmd/catalog"
_ "github.com/operator-framework/operator-lifecycle-manager/cmd/copy-content"
_ "github.com/operator-framework/operator-lifecycle-manager/cmd/olm"
_ "github.com/operator-framework/operator-lifecycle-manager/cmd/package-server"
_ "github.com/operator-framework/operator-lifecycle-manager/util/cpb"
_ "github.com/grpc-ecosystem/grpc-health-probe"
_ "github.com/operator-framework/operator-registry/cmd/configmap-server"
_ "github.com/operator-framework/operator-registry/cmd/initializer"
_ "github.com/operator-framework/operator-registry/cmd/opm"
_ "github.com/operator-framework/operator-registry/cmd/registry-server"
)