k3s/pkg/controller/node
Kubernetes Submit Queue abd92fab1e Merge pull request #44296 from caesarxuchao/move-api-helpers.go
Automatic merge from submit-queue

Move api helpers.go to a subpackage

Part of https://github.com/kubernetes/kubernetes/issues/44065.

This PR moves the pkg/api/helpers.go to its own subpackage. It's mostly a mechanic move, except that
* I removed ConversionError in helpers.go, it's not used by anyone
* I moved the 3 methods of Taint and Toleration to pkg/api/methods.go, and left a TODO saying refactoring these methods to functions.

I'll send a few more PRs to make the k8s.io/kubernetes/pkg/api package only contains the code we want in the k8s.io/api repo, then we can run a [script](a0015fd1be (diff-7a2fbb4371972350ee414c6b88aee1c8)) to cut the new repo.
2017-04-11 23:46:04 -07:00
..
testutil Allow swapping NotReady and Unschedulable Taints 2017-04-04 15:49:49 +02:00
BUILD Merge pull request #44296 from caesarxuchao/move-api-helpers.go 2017-04-11 23:46:04 -07:00
OWNERS Modify OWNERS in some pkg/controller subdirectories 2017-01-26 16:28:08 +01:00
cidr_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
cidr_allocator_test.go Apply davidopps comments to TaintController PR 2017-02-15 09:37:26 +01:00
cidr_set.go
cidr_set_test.go
cloud_cidr_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
controller_utils.go Allow swapping NotReady and Unschedulable Taints 2017-04-04 15:49:49 +02:00
doc.go
metrics.go
nodecontroller.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
nodecontroller_test.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
range_allocator.go Adds support for PodCIDR allocation from the GCE cloud provider 2017-04-11 14:07:54 -07:00
rate_limited_queue.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
rate_limited_queue_test.go fix go vet issues 2017-02-27 21:24:45 -08:00
taint_controller.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
taint_controller_test.go Fixed incorrect result of getMinTolerationTime. 2017-03-12 20:21:14 +08:00
timed_workers.go Remove unused functions and make logs slightly better 2017-03-10 11:57:51 +01:00
timed_workers_test.go Apply davidopps comments to TaintController PR 2017-02-15 09:37:26 +01:00