move i18n to kubectl/util

This commit is contained in:
ymqytw
2017-07-06 21:04:11 -07:00
parent 6430b1002c
commit b776df8a20
93 changed files with 90 additions and 90 deletions

View File

@@ -31,7 +31,7 @@ import (
"k8s.io/kubernetes/pkg/kubectl/cmd/templates"
cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util"
"k8s.io/kubernetes/pkg/kubectl/resource"
"k8s.io/kubernetes/pkg/util/i18n"
"k8s.io/kubernetes/pkg/kubectl/util/i18n"
)
// SelectorOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of