run goimports

This commit is contained in:
Chao Xu
2015-10-08 20:30:24 -07:00
parent 654ceb6e5a
commit 58ed8fd6fe
6 changed files with 2 additions and 9 deletions

View File

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