MCPcopy Index your code
hub / github.com/zalando/postgres-operator / newPostgresqlTestController

Function newPostgresqlTestController

pkg/controller/postgresql_test.go:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17)
18
19func newPostgresqlTestController() *Controller {
20 controller := NewController(&spec.ControllerConfig{}, "postgresql-test")
21 return controller
22}
23
24var postgresqlTestController = newPostgresqlTestController()
25

Callers 1

postgresql_test.goFile · 0.85

Calls 1

NewControllerFunction · 0.85

Tested by

no test coverage detected