Files
kubernetes/test/e2e/network
Dan Winship f2e8fe93fb Fix bad CIDRs in a NetworkPolicy test
It was writing out IPBlock CIDRs like "192.168.0.5/4" rather than
"192.0.0.0/4".

Also, simplify a bit by basing the `cidr` and the `except` both on
podB, rather than one on podA and one on podB. (This is even
theoretically a bugfix, since it's not _required_ that podA and podB
be in the same /4.) Also reorganize the code to make the two test
cases more consistent with each other.
2025-02-27 09:22:16 -05:00
..
2023-10-10 18:15:49 +02:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2025-01-20 21:50:46 +08:00
2023-11-01 15:17:34 +01:00
2025-01-20 13:01:53 +00:00
2024-09-08 14:00:09 +00:00
2024-09-20 12:36:38 +05:30