move pkg/fields to apimachinery

This commit is contained in:
deads2k
2017-01-19 09:50:16 -05:00
parent ac857a5ade
commit 11e8068d3f
259 changed files with 306 additions and 279 deletions

View File

@@ -19,10 +19,10 @@ go_library(
deps = [
"//pkg/api:go_default_library",
"//pkg/client/cache:go_default_library",
"//pkg/fields:go_default_library",
"//pkg/util/config:go_default_library",
"//vendor:github.com/davecgh/go-spew/spew",
"//vendor:github.com/golang/glog",
"//vendor:k8s.io/apimachinery/pkg/fields",
"//vendor:k8s.io/apimachinery/pkg/types",
],
)

View File

@@ -19,9 +19,9 @@ package config
import (
"time"
"k8s.io/apimachinery/pkg/fields"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/client/cache"
"k8s.io/kubernetes/pkg/fields"
)
// NewSourceAPI creates config source that watches for changes to the services and endpoints.