mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
e204d863a5
* Update Kubernetes to v1.22.1 * Update dependent modules to track with upstream Signed-off-by: Brad Davidson <brad.davidson@rancher.com> |
||
---|---|---|
.. | ||
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.