# api **Repository Path**: istio/api ## Basic Information - **Project Name**: api - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Istio APIs and Common Configuration Definitions This repository defines component-level APIs and common configuration formats for the Istio platform. These definitions are specified using the [protobuf](https://github.com/google/protobuf) syntax. All other Istio repositories can take a dependency on the api repository. This repository *will not* depend on any other repos ## Standard vocabulary All components of an Istio installation operate on a shared vocabulary of attributes, as defined in this repo. ## Updating After the [protobuf](https://github.com/google/protobuf) definitions are updated, the corresponding `*pb.go` files must be generated by running `scripts/generate-protos.sh` and submitted as part of the same PR as the updated definitions.