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

@@ -17,13 +17,13 @@ limitations under the License.
package utils
import (
"k8s.io/apimachinery/pkg/fields"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/watch"
"k8s.io/kubernetes/pkg/api/v1"
"k8s.io/kubernetes/pkg/client/cache"
"k8s.io/kubernetes/pkg/client/clientset_generated/clientset"
"k8s.io/kubernetes/pkg/fields"
)
// Convenient wrapper around cache.Store that returns list of v1.Pod instead of interface{}.