k3s/pkg/controller
Kubernetes Submit Queue 2d914ee703 Merge pull request #53984 from sttts/sttts-legacyscheme
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

pkg/api: extract Scheme/Registry/Codecs into pkg/api/legacyscheme

This serves as

- a preparation for the pkg/api->pkg/apis/core move
- and makes the dependency to the scheme explicit when vizualizing
  left depenncies.

The later helps with our our efforts to split up the monolithic repo
into self-contained sub-repos, e.g. for kubectl, controller-manager
and kube-apiserver in the future.
2017-10-18 10:49:10 -07:00
..
bootstrap update BUILD files 2017-10-15 18:18:13 -07:00
certificates update BUILD files 2017-10-15 18:18:13 -07:00
cloud update BUILD files 2017-10-15 18:18:13 -07:00
cronjob Update bazel 2017-10-18 17:24:04 +02:00
daemon Update bazel 2017-10-18 17:24:04 +02:00
deployment Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
disruption Update bazel 2017-10-18 17:24:04 +02:00
endpoint Update bazel 2017-10-18 17:24:04 +02:00
garbagecollector Update bazel 2017-10-18 17:24:04 +02:00
history update BUILD files 2017-10-15 18:18:13 -07:00
job Update bazel 2017-10-18 17:24:04 +02:00
namespace Update bazel 2017-10-18 17:24:04 +02:00
node update BUILD files 2017-10-15 18:18:13 -07:00
podautoscaler Merge pull request #53984 from sttts/sttts-legacyscheme 2017-10-18 10:49:10 -07:00
podgc update BUILD files 2017-10-15 18:18:13 -07:00
replicaset Update bazel 2017-10-18 17:24:04 +02:00
replication Update bazel 2017-10-18 17:24:04 +02:00
resourcequota Since replenishmentControllers was generated by ctx.InformerFactory, remove "replenishmentControllers []cache.Controller" which is never used. 2017-10-17 14:05:55 +08:00
route update BUILD files 2017-10-15 18:18:13 -07:00
service update BUILD files 2017-10-15 18:18:13 -07:00
serviceaccount update BUILD files 2017-10-15 18:18:13 -07:00
statefulset Merge pull request #47699 from supereagle/fix-typos 2017-10-17 02:35:52 -07:00
testutil Update bazel 2017-10-18 17:24:04 +02:00
ttl update BUILD files 2017-10-15 18:18:13 -07:00
volume Merge pull request #47699 from supereagle/fix-typos 2017-10-17 02:35:52 -07:00
.import-restrictions
BUILD Update bazel 2017-10-18 17:24:04 +02:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
client_builder.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
controller_ref_manager.go Migrate to GetControllerOf from meta/v1 package 2017-08-06 22:41:58 +10:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_utils.go Slow-start batch pod creation of rs, rc, ds, jobs 2017-09-01 09:23:43 -06:00
controller_utils_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
doc.go
lookup_cache.go