File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,30 +18,30 @@ package apps
18
18
19
19
import (
20
20
"context"
21
+ "encoding/json"
21
22
"fmt"
22
23
"math/rand"
23
24
"time"
24
- "encoding/json"
25
25
26
26
"github.com/davecgh/go-spew/spew"
27
27
"github.com/onsi/ginkgo"
28
28
"github.com/onsi/gomega"
29
29
"k8s.io/apimachinery/pkg/fields"
30
30
"k8s.io/client-go/tools/cache"
31
31
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"
36
32
appsv1 "k8s.io/api/apps/v1"
37
33
v1 "k8s.io/api/core/v1"
38
34
apierrors "k8s.io/apimachinery/pkg/api/errors"
39
35
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
36
+ unstructuredv1 "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
40
37
"k8s.io/apimachinery/pkg/labels"
38
+ "k8s.io/apimachinery/pkg/runtime"
39
+ "k8s.io/apimachinery/pkg/runtime/schema"
41
40
"k8s.io/apimachinery/pkg/types"
42
41
"k8s.io/apimachinery/pkg/util/intstr"
43
42
"k8s.io/apimachinery/pkg/util/wait"
44
43
"k8s.io/apimachinery/pkg/watch"
44
+ "k8s.io/client-go/dynamic"
45
45
clientset "k8s.io/client-go/kubernetes"
46
46
appsclient "k8s.io/client-go/kubernetes/typed/apps/v1"
47
47
watchtools "k8s.io/client-go/tools/watch"
You can’t perform that action at this time.
0 commit comments