kuryr-kubernetes/kuryr_kubernetes/controller/handlers
Luis Tomas Bolivar 4b832517db Avoid raising ResourceNotReady exception at pod label handler
Pod label handler should not raise ResourceNotReady exception when
the pods don't have pod state annotations. The vif handler will add
those annotations and then a new on_modified event will be triggered
that the pod label will receive. Thus there is no need to ensure
the previous event gets re-executed.

Closes-Bug: 1808787
Partially Implements: blueprint k8s-network-policies

Change-Id: I7be86f7d03241e59164374c0712109e01c5c0842
2018-12-18 08:30:49 +01:00
..
__init__.py Controller event handling pipeline 2016-11-03 13:08:29 +00:00
ingress_lbaas.py OCP-Router: OCP-Route and Ingress LBaaS handlers 2018-06-15 14:47:48 +00:00
lbaas.py Allocate service FIP after LB was provisioned 2018-12-05 15:02:27 +02:00
namespace.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
pipeline.py Revert commits to use UID instead of SelfLink 2018-02-19 17:00:46 +09:00
pod_label.py Avoid raising ResourceNotReady exception at pod label handler 2018-12-18 08:30:49 +01:00
policy.py Ensure network policies are not applied on pod with host networking 2018-12-14 12:54:16 +01:00
vif.py Ensure pod_label handler skips host_network pods 2018-12-10 13:07:50 +01:00