kubernetes/plugin/pkg/scheduler/algorithm/predicates
Kubernetes Submit Queue 348bf1e032 Merge pull request #46627 from deads2k/api-12-labels
Automatic merge from submit-queue (batch tested with PRs 46239, 46627, 46346, 46388, 46524)

move labels to components which own the APIs

During the apimachinery split in 1.6, we accidentally moved several label APIs into apimachinery.  They don't belong there, since the individual APIs are not general machinery concerns, but instead are the concern of particular components: most commonly the kubelet.  This pull moves the labels into their owning components and out of API machinery.

@kubernetes/sig-api-machinery-misc @kubernetes/api-reviewers @kubernetes/api-approvers 
@derekwaynecarr  since most of these are related to the kubelet
2017-06-02 23:37:38 -07:00
..
BUILD Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
error.go Scheduler predicate for already bound PVs with node affinity 2017-05-22 14:46:03 -07:00
metadata.go Added unit test for node operation in schedulercache. 2017-05-31 21:26:04 +08:00
predicates_test.go Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
predicates.go Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
utils_test.go refactor: use metav1.ObjectMeta in other types 2017-01-17 16:17:19 -05:00
utils.go start the apimachinery repo 2017-01-11 09:09:48 -05:00