kubernetes/pkg/controller
Dmitry Shulyak c0981963d9 Verify evicted pods managed by petset controller will be recreated
Spawn pet set with single replica and simple pod. They will have
conflicting hostPort definitions, and spawned on the same node.

As the result pet set pod, it will be created after simple pod, will be
in Failed state. Pet set controller will try to re-create it. After
verifying that pet set pod failed and was recreated atleast once, we will
remove pod with conflicting hostPort and wait until pet set pod will be in
running state.

Change-Id: I5903f5881f8606c696bd390df58b06ece33be88a
2016-09-21 12:03:11 +03:00
..
certificates add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
daemon add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
deployment add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
disruption add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
endpoint add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
framework Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
garbagecollector debugging gc 2016-08-26 15:58:33 -07:00
job add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
namespace add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
node Remove unused argument to NodeController.Run 2016-08-30 14:24:56 +02:00
petset Verify evicted pods managed by petset controller will be recreated 2016-09-21 12:03:11 +03:00
podautoscaler Use List objects for metrics in kubectl top and HPA 2016-08-19 17:26:50 +02:00
podgc Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replicaset add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
replication add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
resourcequota add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
route Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduledjob Fix the bug that SJ sees finished jobs as unexpected 2016-08-25 17:01:22 -07:00
service persist services need to be retried in service controller cache. 2016-08-23 14:49:54 +08:00
serviceaccount add names for workqueues to gather controller latency/depth metrics 2016-08-30 09:51:50 -04:00
volume fix deleteVolume 2016-08-25 15:26:18 +08:00
controller_ref_manager.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils_test.go fix tests; convert IsPodActive to operate on *Pod 2016-08-17 13:05:37 -07:00
controller_utils.go Don't validate selector that is already validated 2016-08-22 09:39:32 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00