This commit is contained in:
Murat Kabilov 2017-07-26 17:16:37 +02:00
parent 75218fec34
commit 9b58816269
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
package controller package controller
import ( import (
"github.com/zalando-incubator/postgres-operator/pkg/util/config"
"github.com/zalando-incubator/postgres-operator/pkg/spec"
"github.com/zalando-incubator/postgres-operator/pkg/cluster" "github.com/zalando-incubator/postgres-operator/pkg/cluster"
"github.com/zalando-incubator/postgres-operator/pkg/spec"
"github.com/zalando-incubator/postgres-operator/pkg/util/config"
) )
type controllerStatus struct { type controllerStatus struct {