run goimports

This commit is contained in:
Chao Xu
2015-10-08 20:45:16 -07:00
parent 8654227c08
commit fe7b85f6ea
5 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,10 @@ limitations under the License.
package kubectl
import client "k8s.io/kubernetes/pkg/client/unversioned"
import (
"k8s.io/kubernetes/pkg/api"
client "k8s.io/kubernetes/pkg/client/unversioned"
)
// RESTClient is a client helper for dealing with RESTful resources
// in a generic way.