ContainerImage.Pinniped/internal/controller/kubecertagent
Matt Moyer 2a29303e3f
Fix label handling in kubecertagent controllers.
These controllers were a bit inconsistent. There were cases where the controllers ran out of the expected order and the custom labels might not have been applied.

We should still plan to remove this label handling or move responsibility into the middleware layer, but this avoids any regression.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2021-03-02 13:59:46 -06:00
..
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater.go Fix label handling in kubecertagent controllers. 2021-03-02 13:59:46 -06:00
annotater_test.go Fix label handling in kubecertagent controllers. 2021-03-02 13:59:46 -06:00
creater.go Factor out issuerconfig.UpdateStrategy helper. 2021-03-01 16:21:10 -06:00
creater_test.go Drop NewKubeConfigInfoPublisherController, start populating strategy frontend from kubecertagent execer controller. 2021-03-02 13:09:25 -06:00
deleter.go Reduce log spam 2020-11-10 10:22:27 -05:00
deleter_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
execer.go Fix label handling in kubecertagent controllers. 2021-03-02 13:59:46 -06:00
execer_test.go Fix label handling in kubecertagent controllers. 2021-03-02 13:59:46 -06:00
kubecertagent.go Drop NewKubeConfigInfoPublisherController, start populating strategy frontend from kubecertagent execer controller. 2021-03-02 13:09:25 -06:00
kubecertagent_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
pod_command_executor.go Changing references from 1.19 to 1.20 2021-01-07 15:25:47 -08:00