kubernetes/vendor/github.com/googleapis/gnostic/extensions
2021-06-17 17:05:05 +01:00
..
extension.pb.go Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility] 2021-06-17 17:05:05 +01:00
extension.proto Update github.com/googleapis/gnostic to v0.5.5 and updating transitive dependencies go-cmp, protobuf,, to adapt the latest gnostic release which cosists of [Update protos for Go protoc plugin compatibility] 2021-06-17 17:05:05 +01:00
extensions.go Update kube-openapi and gnostic dependencies 2021-04-19 12:24:05 -07:00
README.md Update kube-openapi and gnostic dependencies 2021-04-19 12:24:05 -07:00

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.