diff --git a/pkg/cluster/util.go b/pkg/cluster/util.go index 516a59b9e..e7db26d82 100644 --- a/pkg/cluster/util.go +++ b/pkg/cluster/util.go @@ -6,6 +6,7 @@ import ( "encoding/json" "fmt" "math/rand" + "reflect" "sort" "strings" "time" @@ -21,7 +22,6 @@ import ( "github.com/zalando-incubator/postgres-operator/pkg/util/constants" "github.com/zalando-incubator/postgres-operator/pkg/util/k8sutil" "github.com/zalando-incubator/postgres-operator/pkg/util/retryutil" - "reflect" ) // OAuthTokenGetter provides the method for fetching OAuth tokens