diff --git a/cmd/policy-assistant/README.md b/cmd/policy-assistant/README.md index 4addf758..2479bc46 100644 --- a/cmd/policy-assistant/README.md +++ b/cmd/policy-assistant/README.md @@ -1,4 +1,4 @@ -# NetworkPolicy Assistant (derived from Cyclonus) +# Policy Assistant (derived from Cyclonus) 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). @@ -12,5 +12,5 @@ CLI currently under development. Will build off of `cyclonus analyze` (visualiza Integration tests located at *test/integration/integration_test.go*. The tests verify: -1. Building/translating NetPol spec into interim data structures (matchers). +1. Building/translating Policy specs into interim data structures (matchers). 2. Simulation of expected connectivity for ANP, BANP, and v1 NetPols.