API definitions for the Istio project
api
Go to file
Martin Taillefer cf7f8a4dde Migrate mixer API and config to this repo.
This clearly separates mixer's API and configuration surface from
the implementation. This is designed to make it possible to
replace the mixer in a fully compatible way.
2016-12-17 04:45:10 -08:00
istio
mixer Migrate mixer API and config to this repo. 2016-12-17 04:45:10 -08:00
.gitignore
LICENSE
README.md Migrate mixer API and config to this repo. 2016-12-17 04:45:10 -08:00

README.md

Istio APIs and Common Configuration Definitions

This repo defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the protobuf syntax.

All other Istio repositories can take a dependency on the api repository. This repository will not depend on any other repos

We may check-in generated .pb.go and .pb.cc files here.

Standard vocabulary

All components of an Istio installation operate on a shared vocabulary of attributes. A standard vocabulary of attributes including it meaning is available in this repo.