Move pkg/kubectl/polymorphichelpers staging

This commit is contained in:
Sean Sullivan
2019-07-27 19:48:15 -07:00
parent 4f15c017ea
commit 9f3384f02f
67 changed files with 39 additions and 35 deletions

View File

@@ -35,10 +35,10 @@ import (
"k8s.io/cli-runtime/pkg/printers"
"k8s.io/cli-runtime/pkg/resource"
cmdutil "k8s.io/kubectl/pkg/cmd/util"
"k8s.io/kubectl/pkg/polymorphichelpers"
"k8s.io/kubectl/pkg/scheme"
"k8s.io/kubectl/pkg/util/i18n"
"k8s.io/kubectl/pkg/util/templates"
"k8s.io/kubernetes/pkg/kubectl/polymorphichelpers"
)
// AnnotateOptions have the data required to perform the annotate operation