From 0c797364891331b48ded5a5b2187ed7d11c7a864 Mon Sep 17 00:00:00 2001 From: Hunter Gregory Date: Thu, 2 Nov 2023 11:55:28 -0700 Subject: [PATCH] docs: readme says Policy instead of NetPol Assistant --- cmd/policy-assistant/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.