ContainerImage.Pinniped/internal/controller/kubecertagent
Andrew Keesler 6d047c151f
Fix kubecertagent deleter test to reconcile on pod template fields
I think we want to reconcile on these pod template fields so that if
someone were to redeploy Pinniped with a new image for the agent, the
agent would get updated immediately. Before this change, the agent image
wouldn't get updated until the agent pod was deleted.
2020-09-23 11:30:13 -04:00
..
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater_test.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00
annotater.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00
creater_test.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
creater.go WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
deleter_test.go Fix kubecertagent deleter test to reconcile on pod template fields 2020-09-23 11:30:13 -04:00
deleter.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
execer_test.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00
execer.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00
kubecertagent_test.go Continue the WIP from the previous commit: finish adding second informer 2020-09-21 16:37:22 -07:00
kubecertagent.go Fix kubecertagent deleter test to reconcile on pod template fields 2020-09-23 11:30:13 -04:00
pod_command_executor.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00