kubernetes/plugin/pkg/scheduler/algorithm
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
..
predicates Merge pull request #46627 from deads2k/api-12-labels 2017-06-02 23:37:38 -07:00
priorities move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
BUILD move labels to components which own the APIs 2017-05-31 10:32:06 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface_test.go - scheduler extenders that are capable of maintaining their own 2017-02-23 10:25:42 -08:00
scheduler_interface.go Addressed reviewers comments 2017-04-07 17:31:45 -07:00
types_test.go added coverage for scheduler/algorithm/types_test.go 2017-04-26 23:55:22 -07:00
types.go Additional plugin/pkg/scheduler golint fixes 2017-03-19 09:47:58 -07:00
well_known_labels.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00