* feat: Update Dev Workspace Operator v0.20.0 Signed-off-by: Anatolii Bazko <abazko@redhat.com> * Restore replaces in go.mod Signed-off-by: Anatolii Bazko <abazko@redhat.com> * Restore replaces in go.mod Signed-off-by: Anatolii Bazko <abazko@redhat.com> * chore: update DEPENDENCIES.md (#1661) Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com> * Update DEPENDENCIES.md Signed-off-by: Anatolii Bazko <abazko@redhat.com> --------- Signed-off-by: Anatolii Bazko <abazko@redhat.com> Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com> Co-authored-by: Andrew O <aobuchow@redhat.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| extension.pb.go | ||
| extension.proto | ||
| extensions.go | ||
README.md
Extensions
Extension Support is experimental.
This directory contains support code for building Gnostic extensio handlers and associated examples.
Extension handlers can be used to compile vendor or specification extensions into protocol buffer structures.
Like plugins, extension handlers are built as separate executables. Extension bodies are written to extension handlers as serialized ExtensionHandlerRequests.