kubernetes/pkg/controller
k8s-merge-robot f5e1e9a227 Merge pull request #24912 from bprashanth/petset_controller
Automatic merge from submit-queue

Petset controller

Took longer than I expected. Main parts of this pr are:
1. Identity generation based on petset spec (volumes are mapped per discussion in #18016)
2. Ensure that we create/delete pets in sequence
3. Ensuring that we create, wait for healthy, create; or delete, wait for terminationGrace, delete
4. Controller that watches apiserver and drives actual -> desired

PVCs are not deleted, yet.
2016-05-05 08:58:23 -07:00
..
daemon Fix the rest of the code 2016-04-29 17:12:10 -04:00
deployment Fix the rest of the code 2016-04-29 17:12:10 -04:00
endpoint Fix the rest of the code 2016-04-29 17:12:10 -04:00
framework remove inappropriate time.Sleep 2016-05-03 16:37:28 -07:00
gc Generated clients can return their RESTClients, RESTClient can return its RateLimiter 2016-04-27 22:15:10 +02:00
job Fix the rest of the code 2016-04-29 17:12:10 -04:00
namespace Redo Unstructured to have accessor methods 2016-05-03 14:07:28 -07:00
node Merge pull request #24220 from gmarek/metrics 2016-04-27 19:25:38 -07:00
persistentvolume PetSet alpha controller 2016-05-04 18:39:17 -07:00
petset PetSet alpha controller 2016-05-04 18:39:17 -07:00
podautoscaler Merge pull request #24776 from tnachen/autoscaler_docs 2016-05-04 21:26:31 -07:00
replicaset Use NegotiatedSerializer in client 2016-05-04 10:57:36 +02:00
replication Fix the rest of the code 2016-04-29 17:12:10 -04:00
resourcequota Generated clients can return their RESTClients, RESTClient can return its RateLimiter 2016-04-27 22:15:10 +02:00
route Generated clients can return their RESTClients, RESTClient can return its RateLimiter 2016-04-27 22:15:10 +02:00
service Merge pull request #24220 from gmarek/metrics 2016-04-27 19:25:38 -07:00
serviceaccount Generated clients can return their RESTClients, RESTClient can return its RateLimiter 2016-04-27 22:15:10 +02:00
controller_utils.go PetSet alpha controller 2016-05-04 18:39:17 -07:00
controller_utils_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
doc.go Refactor package controller 2015-07-29 09:54:35 -07:00
lookup_cache.go make cache size configurable 2016-02-24 22:37:02 +08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00