API definitions for the Istio project
api
Go to file
Istio Automation 801a4479ce
Automator: update common-files@master in istio/api@master (#2566)
2022-11-15 10:34:34 -08:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
annotation Added `sidecar.istio.io/inject` label (#2486) 2022-09-23 09:17:36 -07:00
authentication/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
common Automator: update common-files@master in istio/api@master (#2566) 2022-11-15 10:34:34 -08:00
common-protos
dictionaries
envoy Running make gen (#2446) 2022-08-04 07:28:26 -07:00
extensions/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
kubernetes telemetry: add support for reporting_interval (#2556) 2022-11-14 11:47:33 -08:00
label Added `sidecar.istio.io/inject` label (#2486) 2022-09-23 09:17:36 -07:00
licenses
mcp Running make gen (#2446) 2022-08-04 07:28:26 -07:00
mesh/v1alpha1 remove thrift config from config (#2532) 2022-10-31 09:18:01 -07:00
meta/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
networking Remove remnants of old example in ServiceEntry docs (#2554) 2022-11-08 07:27:12 -08:00
operator/v1alpha1 hpa: Policies move to v2beta2 (#2515) 2022-10-31 11:27:00 -07:00
releaselocks
releasenotes
scripts
security Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
stability
telemetry/v1alpha1 telemetry: add support for reporting_interval (#2556) 2022-11-14 11:47:33 -08:00
type/v1beta1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS fix CODEOWNERS (#2489) 2022-09-29 06:29:07 -07:00
CONTRIBUTING.md
GUIDELINES.md
LICENSE Automator: update common-files@master in istio/api@master (#2494) 2022-10-05 10:36:39 -07:00
Makefile
Makefile.core.mk Run proto-commit as part of make gen (#2546) 2022-11-03 13:35:29 -07:00
Makefile.overrides.mk
README.md Run proto-commit as part of make gen (#2546) 2022-11-03 13:35:29 -07:00
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 Update dependencies (#2524) 2022-10-21 11:09:45 -07:00
go.sum Update dependencies (#2524) 2022-10-21 11:09:45 -07:00
google
header.go.txt
istio.io
k8s.io
proto.lock telemetry: add support for reporting_interval (#2556) 2022-11-14 11:47:33 -08: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 gen will 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.