go fmt run

This commit is contained in:
Oleksii Kliukin 2017-05-12 17:48:25 +02:00
parent abd04e6f5a
commit 5adceceb36
6 changed files with 21 additions and 21 deletions

View File

@ -1,8 +1,8 @@
package cluster
import (
"fmt"
"encoding/json"
"fmt"
"k8s.io/client-go/pkg/api/resource"
"k8s.io/client-go/pkg/api/v1"

View File

@ -4,9 +4,9 @@ import (
"bytes"
"fmt"
remotecommandconsts "k8s.io/apimachinery/pkg/util/remotecommand"
"k8s.io/client-go/pkg/api"
"k8s.io/kubernetes/pkg/client/unversioned/remotecommand"
remotecommandconsts "k8s.io/apimachinery/pkg/util/remotecommand"
"github.com/zalando-incubator/postgres-operator/pkg/spec"
)