kuryr-kubernetes/kuryr_kubernetes/controller/drivers
Roman Dobosz a458fa6894 Pod annotations to KuryrPort CRD.
Till now, we were using pod annotations to store information regarding
state of the associated VIFs to pod. This alone have its own issues and
it's prone to the inconsistency in case of controller failures.

In this patch we propose new CRD called KuryrPort for storage the
information about VIFs.

Depends-On: If639b63dcf660ed709623c8d5f788026619c895c
Change-Id: I1e76ea949120f819dcab6d07714522a576e426f2
2020-07-29 23:50:17 +02:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
base.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
default_project.py Ensure project id is returned for DefaultNamespaceProjectDriver 2018-08-02 13:29:31 +02:00
default_security_groups.py Remove namespace isolation support 2020-02-03 12:48:10 +01:00
default_subnet.py Move function get_subnet to kuryr_kubernetes.utils 2018-08-13 07:06:52 -04:00
lb_public_ip.py Handle exception raised in FIP allocation 2019-01-23 22:48:39 +02:00
lbaasv2.py Merge "Add support for amphora to ovn-octavia upgrade" 2020-06-11 17:50:54 +00:00
multi_vif.py Use default subnet mapping if subnet is not specified 2019-01-16 12:26:05 +03:00
namespace_subnet.py Add IPv6 support to namespace subnet driver 2020-03-17 13:30:16 +00:00
nested_dpdk_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
nested_macvlan_vif.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
nested_vif.py Removing six library. 2020-02-28 14:45:46 +01:00
nested_vlan_vif.py Handle binding_failed error when creating neutron port 2020-05-27 08:40:58 +09:00
network_policy.py Fix duplicated sg rules on NP crd 2020-07-10 14:25:24 +00:00
network_policy_security_groups.py Enable IPv6 in network policy driver. 2020-05-07 17:09:53 +00:00
neutron_vif.py Pod annotations to KuryrPort CRD. 2020-07-29 23:50:17 +02:00
public_ip.py Removing six library. 2020-02-28 14:45:46 +01:00
sriov.py Removing pod argument for activate_vif method. 2020-06-23 13:40:49 +02:00
utils.py Pod annotations to KuryrPort CRD. 2020-07-29 23:50:17 +02:00
vif_pool.py Pod annotations to KuryrPort CRD. 2020-07-29 23:50:17 +02:00