ContainerImage.Pinniped/internal/controller/kubecertagent
Monis Khan 418f4d20ae
Use parent func to indicate when the controller queue is a singleton
This prevents unnecessary sync loop runs when the controller is
running with a single worker.  When the controller is running with
more than one worker, it prevents subtle bugs that can cause the
controller to go "back in time."

Signed-off-by: Monis Khan <mok@vmware.com>
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-11-04 11:08:10 -06:00
..
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater.go Use parent func to indicate when the controller queue is a singleton 2020-11-04 11:08:10 -06:00
annotater_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
creater.go Use parent func to indicate when the controller queue is a singleton 2020-11-04 11:08:10 -06:00
creater_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
deleter.go Use parent func to indicate when the controller queue is a singleton 2020-11-04 11:08:10 -06:00
deleter_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
execer.go Use parent func to indicate when the controller queue is a singleton 2020-11-04 11:08:10 -06:00
execer_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
kubecertagent.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
kubecertagent_test.go Rename CredentialIssuerConfig to CredentialIssuer. 2020-11-02 17:39:42 -06:00
pod_command_executor.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00