kuryr-kubernetes/kuryr_kubernetes/tests/unit/controller
Luis Tomas Bolivar b200d368cd Add Network Policy support to services
This patch adds support for Network Policy on services. It
applies pods' security groups onto the services in front of them.
It makes the next assumptions:
- All the pods pointed by one svc have the same labels, thus the same
sgs being enforced
- Only copies the SG rules that have the same protocol and direction
as the listener being created
- Adds a default rule to NP to enable traffic from services subnet CIDR

Partially Implements: blueprint k8s-network-policies
Change-Id: Ibd4b51ff40b69af26ab7e7b81d18e63abddf775b
2019-01-08 06:35:55 -05:00
..
drivers Add Network Policy support to services 2019-01-08 06:35:55 -05:00
handlers Add Network Policy support to services 2019-01-08 06:35:55 -05: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