Replies: 1 comment
-
|
You can:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an AI agent that translates network policies between kubernetes CNIs (e.g. cilium -> antrea). I wanted to build a graph/tree representing the general structure of the YAML file for a ClusterNetworkPolicy so the agent could compare the node embeddings with the network policies of other CNIs to find the closest equivalent to aid translation.
Since the reference page for policy writing is made to be human-readable (mixing natural language explanations and code snippets), I wanted to ask if there exists a version of it that is immediately parsable as a tree structure.
I'm looking something like this:
Beta Was this translation helpful? Give feedback.
All reactions