-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathcmds.go
More file actions
15 lines (13 loc) · 727 Bytes
/
cmds.go
File metadata and controls
15 lines (13 loc) · 727 Bytes
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"
)