move util/intstr to apimachinery

This commit is contained in:
deads2k
2017-01-27 15:42:17 -05:00
parent 722c8b065a
commit c9a008dff3
198 changed files with 2049 additions and 2012 deletions

View File

@@ -62,7 +62,7 @@ func New() *Generator {
VendorOutputBase: filepath.Join(sourceTree, "k8s.io", "kubernetes", "vendor"),
ProtoImport: []string{defaultProtoImport},
Packages: strings.Join([]string{
`+k8s.io/kubernetes/pkg/util/intstr`,
`+k8s.io/apimachinery/pkg/util/intstr`,
`+k8s.io/apimachinery/pkg/api/resource`,
`+k8s.io/apimachinery/pkg/runtime/schema`,
`+k8s.io/apimachinery/pkg/runtime`,