Skip to content

Commit 125e839

Browse files
committed
Fix formatting
1 parent b38d7f2 commit 125e839

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/e2e/apps/deployment.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ package apps
1818

1919
import (
2020
"context"
21+
"encoding/json"
2122
"fmt"
2223
"math/rand"
2324
"time"
24-
"encoding/json"
2525

2626
"github.com/davecgh/go-spew/spew"
2727
"github.com/onsi/ginkgo"
2828
"github.com/onsi/gomega"
2929
"k8s.io/apimachinery/pkg/fields"
3030
"k8s.io/client-go/tools/cache"
3131

32-
unstructuredv1 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
33-
"k8s.io/apimachinery/pkg/runtime"
34-
"k8s.io/apimachinery/pkg/runtime/schema"
35-
"k8s.io/client-go/dynamic"
3632
appsv1 "k8s.io/api/apps/v1"
3733
v1 "k8s.io/api/core/v1"
3834
apierrors "k8s.io/apimachinery/pkg/api/errors"
3935
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
36+
unstructuredv1 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
4037
"k8s.io/apimachinery/pkg/labels"
38+
"k8s.io/apimachinery/pkg/runtime"
39+
"k8s.io/apimachinery/pkg/runtime/schema"
4140
"k8s.io/apimachinery/pkg/types"
4241
"k8s.io/apimachinery/pkg/util/intstr"
4342
"k8s.io/apimachinery/pkg/util/wait"
4443
"k8s.io/apimachinery/pkg/watch"
44+
"k8s.io/client-go/dynamic"
4545
clientset "k8s.io/client-go/kubernetes"
4646
appsclient "k8s.io/client-go/kubernetes/typed/apps/v1"
4747
watchtools "k8s.io/client-go/tools/watch"

0 commit comments

Comments
 (0)