API definitions for the Istio project
api
Go to file
Shriram Rajagopalan 0b70b6093b Updates to service entries (#646)
* SE spiffe ID

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* more updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nits

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* combined updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* combined updates

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nits

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nits

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* nuke san from dr

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* auto passthrough

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>

* remove san from service entry

Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>
2018-10-16 13:55:44 -07:00
.circleci Update to latest doc gen tool. (#530) 2018-06-12 06:47:03 -07:00
authentication/v1alpha1 Change TargetSelector documentation to be 'workload oriented' (#629) 2018-09-11 16:38:44 -07:00
docker Regenerate the docs with the latest generator tool. (#495) 2018-05-17 14:52:51 -07:00
envoy/config/filter/http Move back jwt_auth/config.proto from Envoy (#512) 2018-06-06 23:19:58 -07:00
mcp add incremental mcp support (#620) 2018-08-27 11:50:57 -07:00
mesh/v1alpha1 Add option for LightStep tracing to ProxyConfig (#638) 2018-10-04 20:52:15 -04:00
mixer add arena allocation for mixer client proto (#635) 2018-09-17 15:09:31 -07:00
networking/v1alpha3 Updates to service entries (#646) 2018-10-16 13:55:44 -07:00
policy/v1beta1 Add sampling parameters to Rule (#648) 2018-10-11 10:37:43 -07:00
prow
python Updates to service entries (#646) 2018-10-16 13:55:44 -07:00
rbac/v1alpha1 add EnforcementMode to RbacConfig (#623) 2018-08-28 11:19:58 -07:00
scripts
.gitignore
BUILD
GUIDELINES.md Update API Guidelines. (#653) 2018-10-11 17:23:09 -07:00
LICENSE
Makefile Stop converting types of "Struct" fields to interface{}. (#631) 2018-09-10 15:40:43 -07:00
OWNERS order alphabetically (#555) 2018-06-22 08:03:56 -07:00
README.md Update API Guidelines. (#653) 2018-10-11 17:23:09 -07:00
WORKSPACE

README.md

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 and _pb2.py files must be generated by running scripts/generate-protos.sh and submitted as part of the same PR as the updated definitions.

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