ContainerImage.Pinniped/internal/controller
Ryan Richard cbc80d5bc4 RetryOnConflict when updating CredentialIssuerConfig from outside any controller
- Controllers will automatically run again when there's an error,
  but when we want to update CredentialIssuerConfig from server.go
  we should be careful to retry on conflicts
- Add unit tests for `issuerconfig.CreateOrUpdateCredentialIssuerConfig()`
  which was covered by integration tests in previous commits, but not
  covered by units tests yet.
2020-08-27 17:11:10 -07:00
..
apicerts RetryOnConflict when updating CredentialIssuerConfig from outside any controller 2020-08-27 17:11:10 -07:00
issuerconfig RetryOnConflict when updating CredentialIssuerConfig from outside any controller 2020-08-27 17:11:10 -07:00
utils.go Add integration and more unit tests 2020-08-11 10:14:57 -07:00