kuryr-kubernetes/kuryr_kubernetes/controller/handlers
Luis Tomas Bolivar 998be3bbda Avoid race between Retries and Deletion actions
This patch set increases the timeout to wait for resources to be
created/deleted. This is needed to better support spikes without
restarting the kuryr-controller. This patch also ensures that
future retry events are not afecting the kuryr controller if
they are retried once the related resources are already deleted,
i.e., the on_delete event was executed before one of the retries.

Closes-Bug: 1847753
Change-Id: I725ba22f0babf496af219a37e42e1c33b247308a
2019-10-16 18:25:01 +02:00
..
__init__.py Controller event handling pipeline 2016-11-03 13:08:29 +00:00
ingress_lbaas.py Reuse utils.get_lbaas_spec in lb handler 2019-09-03 14:30:03 +09:00
kuryrnet.py Ensure no KuryrNet addition is tried when namespace is not present 2019-10-04 14:26:42 +00:00
kuryrnetpolicy.py Skip exception in case kuryrnetpolicy CRD is already deleted 2019-02-19 12:03:39 +01:00
lbaas.py Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00
namespace.py Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00
pipeline.py Revert commits to use UID instead of SelfLink 2018-02-19 17:00:46 +09:00
pod_label.py Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00
policy.py Ensure ports from pool do not reference deleted SGs/NPs 2019-10-04 18:32:37 +02:00
vif.py Avoid race between Retries and Deletion actions 2019-10-16 18:25:01 +02:00