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

@@ -17,6 +17,7 @@ limitations under the License.
package resource
import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/meta"
"k8s.io/kubernetes/pkg/labels"
"k8s.io/kubernetes/pkg/runtime"

View File

@@ -17,6 +17,7 @@ limitations under the License.
package resource
import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/meta"
client "k8s.io/kubernetes/pkg/client/unversioned"
)