mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
| .. | ||
| domain.go | ||
| generate-compiler.go | ||
| generate-extension.go | ||
| generate-proto.go | ||
| helpers.go | ||
| INSTALL.sh | ||
| main.go | ||
| README.md | ||
| types.go | ||
The gnostic compiler generator
This directory contains code that generates a protocol buffer representation and supporting code for a JSON schema.
It is currently used to build models of OpenAPI specifications and extensions which are described as "vendor extensions" in OpenAPI 2.0 and "specification extensions" in OpenAPI 3.0.
For usage information, run the "generator" binary with no options.