API definitions for the Istio project
api
Go to file
John Howard aaa9b15b2c
Merge in upstream proxy changes (#9)
2022-09-06 10:06:20 -07:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 Automator: update common-files@master in istio/api@master (#2443) 2022-08-03 06:08:58 -07:00
annotation Deprecate injection annotation (#1997) 2022-07-18 12:56:26 -07:00
authentication/v1alpha1 Running make gen (#2446) 2022-08-04 07:28:26 -07:00
common Automator: update common-files@master in istio/api@master (#2467) 2022-08-26 16:04:18 -07:00
common-protos
dictionaries
envoy Merge in upstream proxy changes (#9) 2022-09-06 10:06:20 -07:00
extensions/v1alpha1 Running make gen (#2446) 2022-08-04 07:28:26 -07:00
kubernetes Update sidecar bind description to include IPv6 (#2454) 2022-08-11 00:35:02 -07:00
label Merge master 2022-07-21 12:12:59 -07:00
licenses
mcp Running make gen (#2446) 2022-08-04 07:28:26 -07:00
mesh/v1alpha1 Merge remote-tracking branch 'oss/master' into s/merge-master-0830 2022-08-30 09:04:19 -07:00
meta/v1alpha1 Automator: update common-files@master in istio/api@master (#2443) 2022-08-03 06:08:58 -07:00
networking Fix typo SKPI->SPKI (#2463) 2022-08-25 07:16:07 -07:00
operator/v1alpha1 Merge remote-tracking branch 'oss/master' into s/merge-master-0721 2022-08-04 12:00:56 -07:00
releaselocks
releasenotes Virtual Service Direct Response (#2407) 2022-07-07 15:33:42 -07:00
scripts Validate and fix all samples (#2413) 2022-07-12 19:08:17 -07:00
security Running make gen (#2446) 2022-08-04 07:28:26 -07:00
stability
telemetry/v1alpha1 Running make gen (#2446) 2022-08-04 07:28:26 -07:00
type/v1beta1 Automator: update common-files@master in istio/api@master (#2443) 2022-08-03 06:08:58 -07:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
CONTRIBUTING.md
GUIDELINES.md
LICENSE
Makefile
Makefile.core.mk
Makefile.overrides.mk
README.md
SUPPORT.md
buf.gen-golang.yaml
buf.gen-noncrd.yaml
buf.gen.yaml
buf.yaml
clean.sh
cue.yaml
gen.sh
github.com
go.mod add support for max connection duration (#2341) 2022-07-01 22:28:56 -07:00
go.sum add support for max connection duration (#2341) 2022-07-01 22:28:56 -07:00
google
header.go.txt
istio.io
k8s.io
proto.lock Virtual Service Direct Response (#2407) 2022-07-07 15:33:42 -07:00
prototool.yaml

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, _pb2.py, *.json and Kubernetes Custom Resource Definition files must be generated by running make 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.

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.