All Projects ā†’ istio ā†’ Api

istio / Api

Licence: apache-2.0
API definitions for the Istio project

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Api

Pfsense fauxapi
REST based API interface for pfSense 2.3.x and 2.4.x to facilitate devops
Stars: āœ­ 288 (-4%)
Mutual labels:  api
Graphql Apis
šŸ“œ A collective list of public GraphQL APIs
Stars: āœ­ 3,525 (+1075%)
Mutual labels:  api
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: āœ­ 295 (-1.67%)
Mutual labels:  api
Mongorepository
Repository abstraction layer on top of Official MongoDB C# driver
Stars: āœ­ 290 (-3.33%)
Mutual labels:  api
Nest Api
Unofficial Nest Learning Thermostat API
Stars: āœ­ 293 (-2.33%)
Mutual labels:  api
Openweathermap Php Api
A PHP API to parse weather data and weather history from OpenWeatherMap.org.
Stars: āœ­ 293 (-2.33%)
Mutual labels:  api
Node Zendesk
a zendesk API client library for use with node.js
Stars: āœ­ 288 (-4%)
Mutual labels:  api
Laravel Api Boilerplate
Laravel API Boilerplate | Please consult the Wiki !
Stars: āœ­ 300 (+0%)
Mutual labels:  api
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: āœ­ 3,190 (+963.33%)
Mutual labels:  api
Slim Api Skeleton
Slim 3 API skeleton project for Composer
Stars: āœ­ 296 (-1.33%)
Mutual labels:  api
Pyshorteners
šŸ”Œ Generating short urls with python has never been easier
Stars: āœ­ 290 (-3.33%)
Mutual labels:  api
Yahooquery
Python wrapper for an unofficial Yahoo Finance API
Stars: āœ­ 288 (-4%)
Mutual labels:  api
Easyimages2.0
ꖰē‰ˆē®€å•å¼ŗ大ēš„ę— ę•°ę®åŗ“ēš„图åŗŠ2.0ē‰ˆ ę¼”ē¤ŗ地址ļ¼š
Stars: āœ­ 296 (-1.33%)
Mutual labels:  api
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: āœ­ 288 (-4%)
Mutual labels:  api
Flask Api Starter Kit
Start a Flask API in less than 5 minutes
Stars: āœ­ 296 (-1.33%)
Mutual labels:  api
Wildcard Api
Functions as API.
Stars: āœ­ 286 (-4.67%)
Mutual labels:  api
Api Benchmark
A node.js tool to benchmark APIs
Stars: āœ­ 293 (-2.33%)
Mutual labels:  api
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: āœ­ 301 (+0.33%)
Mutual labels:  api
Covid19 Brazil Api
API com dados atualizados sobre o status do COVID-19 šŸ¦ 
Stars: āœ­ 300 (+0%)
Mutual labels:  api
Jianshu
ä»æē®€ä¹¦nx+nodejs+nestjs6+express+mongodb+angular8+ēˆ¬č™«
Stars: āœ­ 296 (-1.33%)
Mutual labels:  api

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 syntax.

This repository depends only on the tools repository for tools used during build. This repository will not depend on any other repositories. Except for tools, all other Istio repositories can take a dependency on the api repository.

API Guidelines

When making changes to the protos in this repository, your changes must comply with the API guidelines.

Updating

After the protobuf definitions are updated, the corresponding *pb.go, _pb2.py, *.json and Kubernetes Custom Resource Definition files must be generated by running make clean gen and submitted as part of the same PR as the updated definitions. Also make proto-commit must be run to update the proto.lock file with new changes.

If releasing a new tagged version, please update python/istio-api/setup.py version to reflect.

Backwards Incompatible Changes

If a PR tries to make backwards incompatible changes, it will be blocked by protolock. To force these changes in, install protolock and run protolock commit --force.

You must include a note in your PR that you had to force the protolock and why.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].