ContainerImage.Pinniped/internal/controller/kubecertagent
Andrew Keesler 9e0195e024
kubecertagent: use initial event for when key can't be found
This should fix integration tests running on clusters that don't have
visible controller manager pods (e.g., GKE). Pinniped should boot, not
find any controller manager pods, but still post a status in the CIC.

I also updated a test helper so that we could tell the difference
between when an event was not added and when an event was added with
an empty key.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-09-24 16:54:20 -04:00
..
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater_test.go Remove an accidentally committed it.Focus 2020-09-24 08:15:10 -07:00
annotater.go Set CIC error statuses in kubecertagent annotater and creater 2020-09-24 10:40:50 -04:00
creater_test.go kubecertagent: use initial event for when key can't be found 2020-09-24 16:54:20 -04:00
creater.go kubecertagent: use initial event for when key can't be found 2020-09-24 16:54:20 -04:00
deleter_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
deleter.go inernal/controller/kubecertagent: fix some godoc's 2020-09-24 13:53:06 -04:00
execer_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
execer.go inernal/controller/kubecertagent: fix some godoc's 2020-09-24 13:53:06 -04:00
kubecertagent_test.go Plumb through ImagePullSecrets to agent pod 2020-09-24 15:52:05 -04:00
kubecertagent.go Plumb through ImagePullSecrets to agent pod 2020-09-24 15:52:05 -04:00
pod_command_executor.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00