What problem does it solve?
Edgion configuration often relies on many edgion.io/* annotations and related option keys, and it can be hard to know which key applies to which resource and how it behaves.
Core Features & Use Cases
- One-stop annotation reference: Quickly locate keys by topic, including Gateway, HTTPRoute/GRPCRoute, TCPRoute/TLSRoute, and EdgionTls.
- Options and label clarity: Distinguish between
metadata.annotations, tls.options, spec.options, and related labels so you set the value in the correct place.
- Developer checklist for extensions: Use the add-new-annotation checklist to ensure new keys are classified, parsed, documented, and tested consistently.
- System/test key awareness: Identify system-managed and test-only keys to avoid accidental misconfiguration.
Quick Start
Use the annotations overview to look up an annotation key like edgion.io/forward-raw-path, then open the detailed metadata or options reference to apply it to the correct Gateway API resource field safely.