ContainerImage.Pinniped/test
Ryan Richard 1056cef384 Sync garbage collector controller less often by adjusting its filters
- Only sync on add/update of secrets in the same namespace which
  have the "storage.pinniped.dev/garbage-collect-after" annotation, and
  also during a full resync of the informer whenever secrets in the
  same namespace with that annotation exist.
- Ignore deleted secrets to avoid having this controller trigger itself
  unnecessarily when it deletes a secret. This controller is never
  interested in deleted secrets, since its only job is to delete
  existing secrets.
- No change to the self-imposed rate limit logic. That still applies
  because secrets with this annotation will be created and updated
  regularly while the system is running (not just during rare system
  configuration steps).
2020-12-18 09:36:28 -08:00
..
cluster_capabilities Update copyright to reference Pinniped contributors 2020-09-16 10:05:51 -04:00
deploy/dex Move our main image references to the VMware Harbor registry. 2020-12-17 17:51:09 -06:00
integration Sync garbage collector controller less often by adjusting its filters 2020-12-18 09:36:28 -08:00
library Rename all "op" and "opc" usages 2020-12-17 11:34:49 -08:00