kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller
Maysa Macedo b644083835 Add support for text ports on Network Policy Spec
This commit adds support for Network Policies that define ports
with text. In the case of ingress rule with named port, the pods
selected by NetworkPolicySpec's podSelector has its containers
verified to check for ports with same name. In case of egress rule
all the pods selected by the NetworkPolicyEgressRule's selector
have its containers verified to check if the containers ports
have the same name as the ones defined in policy rule ports.
If matched, a security Group rule with
a 'remote_ip_prefixes' field pointing to that pod is created.

Change-Id: If1eddc3e6cc4884ca53e81e4f87b5fae80fed70e
Closes-Bug: 1818983
2019-04-16 08:59:43 +00:00
..
drivers Add support for text ports on Network Policy Spec 2019-04-16 08:59:43 +00:00
handlers Fix LBaaS SG rules update 2019-04-08 17:15:45 +00:00
ingress OCP-Router - Fix Ingress controller LB listener creation 2018-08-22 14:24:12 +03:00
managers Ensure controller healthchecks passes without CRDs 2018-12-21 12:55:55 +00:00
__init__.py Controller service base 2016-10-04 21:56:50 +03:00
test_service.py Kuryr-Controller: make handlers pluggable 2018-04-17 17:02:00 +03:00