move retry to client-go

This commit is contained in:
ymqytw
2017-08-10 00:03:41 -07:00
parent a4996c99d4
commit 7500b55ce4
37 changed files with 34 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ import (
appslisters "k8s.io/client-go/listers/apps/v1beta1"
corelisters "k8s.io/client-go/listers/core/v1"
"k8s.io/client-go/tools/record"
"k8s.io/kubernetes/pkg/client/retry"
"k8s.io/client-go/util/retry"
)
// StatefulPodControlInterface defines the interface that StatefulSetController uses to create, update, and delete Pods,