kuryr-kubernetes/kuryr_kubernetes/tests/unit
Michał Dulko 2a6fda9cc4 Support dual stack service subnets
This commit implements Services support for K8s clusters running dual
stack, i.e. having IPv4 and IPv6 services. This means that
[neutron_defaults]service_subnet option is depreacted in favor of
service_subnets and Kuryr will choose the correct one based on the
Service's `.spec.ipFamily`.

Change-Id: Iad79a2b766b7c71986a9ea79143384cc029c1f79
Implements: blueprint dual-stack
2021-03-04 18:41:48 +01:00
..
cmd Adapt selfLink calculation for Pod objects. 2021-01-11 10:19:24 +01:00
cni Adapt selfLink calculation for any k8s objects. 2021-01-12 15:59:22 +01:00
controller Support dual stack service subnets 2021-03-04 18:41:48 +01:00
handlers Adapt selfLink calculation for any k8s objects. 2021-01-12 15:59:22 +01:00
__init__.py K8s and Neutron clients support 2016-10-03 16:07:03 +00:00
kuryr_fixtures.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_clients.py Fix exception message in case when bulk creation fails. 2020-10-29 09:13:48 +01:00
test_k8s_client.py Fix k8s client for handling empty list in response. 2021-01-11 10:19:08 +01:00
test_linux_net_utils.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_object.py Ensure security_groups on LBaaSLoadBalancer defaults to empty list 2020-06-01 10:57:05 +00:00
test_os_vif_plug_noop.py Use unittest.mock instead of third party mock 2020-04-18 11:53:51 -05:00
test_os_vif_util.py Adapt selfLink calculation for Pod objects. 2021-01-11 10:19:24 +01:00
test_utils.py Support dual stack service subnets 2021-03-04 18:41:48 +01:00
test_watcher.py Periodically fetch full list of watched resources 2020-06-30 12:31:32 +02:00