kuryr-kubernetes/kuryr_kubernetes/controller/drivers
yangjianfeng 90088f3b0d Support specify project id by annotation
The implementation have some difference with the description of
blueprint. For more strict isolation, we only get project id from
namespace annotaion or configure option. The other resources's
project id inherit it's project or get from configiure option.

Implements: blueprint specify-project-by-annotation
Change-Id: Ia82cce6b211226599b4e1ca0d10416ed5e519ea2
2022-04-29 15:22:50 +08:00
..
__init__.py Controller driver base and pod project driver 2016-11-18 17:46:55 +03:00
annotation_project.py Support specify project id by annotation 2022-04-29 15:22:50 +08:00
base.py Limit the number of concurrent create_ports requests 2021-12-15 18:02:57 +01:00
default_project.py Support specify project id by annotation 2022-04-29 15:22:50 +08: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 Skip FIP creation if no external subnet config is set 2020-09-02 13:54:26 +00:00
lbaasv2.py Fix potential issue with network/subnet name length. 2022-04-07 15:57:50 +02:00
multi_vif.py Use default subnet mapping if subnet is not specified 2019-01-16 12:26:05 +03:00
namespace_subnet.py Merge "Create networks/subnets in bulletproof manner." 2022-04-19 19:47:36 +00:00
nested_dpdk_vif.py Workaround OVN bug causing subports to be DOWN 2021-06-08 16:50:06 +02:00
nested_macvlan_vif.py Workaround OVN bug causing subports to be DOWN 2021-06-08 16:50:06 +02:00
nested_vif.py Introduce NodesSubnetsDriver 2021-01-22 13:41:39 +01:00
nested_vlan_vif.py Parallelize ports removal. 2022-04-12 14:19:04 +02:00
network_policy.py Fix potential issue with network/subnet name length. 2022-04-07 15:57:50 +02:00
network_policy_security_groups.py Fix NPs for OVN LBs with hairpin traffic 2021-05-05 16:36:17 +02:00
neutron_vif.py Limit the number of concurrent create_ports requests 2021-12-15 18:02:57 +01:00
node_subnets.py Support for ports and primarySubnet fields in machine. 2021-10-07 11:55:17 +02:00
public_ip.py Removing six library. 2020-02-28 14:45:46 +01:00
sriov.py Workaround OVN bug causing subports to be DOWN 2021-06-08 16:50:06 +02:00
utils.py Merge "Create networks/subnets in bulletproof manner." 2022-04-19 19:47:36 +00:00
vif_pool.py Merge "Pools: Fix order of updated SGs" 2022-04-27 12:02:40 +00:00