You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/policy-assistant/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# NetworkPolicy Assistant (derived from Cyclonus)
1
+
# Policy Assistant (derived from Cyclonus)
2
2
3
3
Explains your configuration of (Baseline)AdminNetworkPolicy and v1 NetworkPolicy. Additionally, can test conformance of (B)ANP and v1 NetworkPolicy via a connectivity matrix. Derived from the great work of @mattfenwick et al. in [Cyclonus](https://github.com/mattfenwick/cyclonus).
4
4
@@ -12,5 +12,5 @@ CLI currently under development. Will build off of `cyclonus analyze` (visualiza
12
12
13
13
Integration tests located at *test/integration/integration_test.go*. The tests verify:
14
14
15
-
1. Building/translating NetPol spec into interim data structures (matchers).
15
+
1. Building/translating Policy specs into interim data structures (matchers).
16
16
2. Simulation of expected connectivity for ANP, BANP, and v1 NetPols.
0 commit comments