k3s/pkg/controller/deployment
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
..
util update BUILD files 2017-10-15 18:18:13 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
OWNERS Remove kargakis from OWNERS, add tnozicka 2017-09-19 11:05:23 +02:00
deployment_controller.go Merge pull request #50989 from wgliang/master 2017-09-23 00:24:35 -07:00
deployment_controller_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
progress.go Fix potential problem when scaling --replicas=0 2017-10-09 17:39:51 -04:00
progress_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
recreate.go controller: cleanup complete deployments only 2017-07-11 19:20:14 +02:00
recreate_test.go controllers: simplify deepcopy calls 2017-08-29 19:21:24 +02:00
rollback.go Merge pull request #47699 from supereagle/fix-typos 2017-10-17 02:35:52 -07:00
rolling.go controller: cleanup complete deployments only 2017-07-11 19:20:14 +02:00
rolling_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
sync.go Simplify some deployment utilities 2017-09-23 22:31:05 +02:00
sync_test.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00