Files
kubernetes/pkg/api
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
..
2017-01-11 09:09:48 -05:00
2017-02-02 15:19:04 +01:00
2017-01-11 09:09:48 -05:00
2017-04-11 15:49:11 -07:00
2017-01-29 21:41:45 +01:00
2017-02-03 17:37:42 +08:00
2017-04-11 15:49:11 -07:00
2017-04-11 15:49:11 -07:00
2017-02-09 11:42:22 -05:00
2017-01-19 09:50:16 -05:00
2016-07-16 13:48:21 -04:00
API
2017-02-28 23:05:40 -08:00
2017-04-11 15:49:11 -07:00
2017-04-11 15:49:11 -07:00
2016-09-28 10:53:30 -07:00
2017-01-31 19:14:13 -05:00
2017-01-31 19:14:13 -05:00
2017-02-14 11:47:23 -05:00
2017-04-05 12:43:48 +00:00