kubernetes/pkg/controller
Kubernetes Submit Queue 7d911417c2 Merge pull request #35420 from soltysh/sj_replace_fix
Automatic merge from submit-queue

Remove Job also from .status.active for Replace strategy

When iterating over list of Jobs we're removing each of them when strategy is replace. Unfortunately, the job reference was not removed from `.status.active` which cause the controller trying to remove it once again during next run and failed removing what was already removed during previous run. This was cause by not removing the reference previously. This PR fixes that and cleans logs a bit, in that controller.

@erictune fyi
@janetkuo ptal
2016-10-30 05:08:43 -07:00
..
certificates include multiple versions in clientset 2016-10-29 13:30:47 -07:00
daemon include multiple versions in clientset 2016-10-29 13:30:47 -07:00
deployment Merge pull request #35471 from caesarxuchao/client-gen-multi-versions 2016-10-29 15:40:13 -07:00
disruption include multiple versions in clientset 2016-10-29 13:30:47 -07:00
endpoint Rename PetSet API to StatefulSet 2016-10-27 17:25:10 -07:00
garbagecollector Replace negotiation with a new method that can extract info 2016-10-28 11:30:11 -04:00
informers autogenerated 2016-10-21 17:32:32 -07:00
job include multiple versions in clientset 2016-10-29 13:30:47 -07:00
namespace Fix potential panic in namespace controller when rapidly create/delete namespace of same name 2016-10-25 13:51:27 -04:00
node include multiple versions in clientset 2016-10-29 13:30:47 -07:00
petset include multiple versions in clientset 2016-10-29 13:30:47 -07:00
podautoscaler include multiple versions in clientset 2016-10-29 13:30:47 -07:00
podgc addressing comments. 2016-10-27 13:30:04 -07:00
replicaset include multiple versions in clientset 2016-10-29 13:30:47 -07:00
replication include multiple versions in clientset 2016-10-29 13:30:47 -07:00
resourcequota autogenerated 2016-10-21 17:32:32 -07:00
route autogenerated 2016-10-21 17:32:32 -07:00
scheduledjob Merge pull request #35420 from soltysh/sj_replace_fix 2016-10-30 05:08:43 -07:00
service include multiple versions in clientset 2016-10-29 13:30:47 -07:00
serviceaccount convert SA controller to shared informers 2016-10-27 15:44:46 -04:00
volume include multiple versions in clientset 2016-10-29 13:30:47 -07:00
.import-restrictions
BUILD include multiple versions in clientset 2016-10-29 13:30:47 -07:00
OWNERS
client_builder.go include multiple versions in clientset 2016-10-29 13:30:47 -07:00
controller_ref_manager.go
controller_utils.go
controller_utils_test.go
doc.go
lookup_cache.go