API definitions for the Istio project
api
Go to file
Istio Automation 36763529c4
Automator: update common-files@release-1.27 in istio/api@release-1.27 (#3545)
2025-07-31 04:21:05 -04:00
.devcontainer Automator: update common-files@release-1.27 in istio/api@release-1.27 (#3545) 2025-07-31 04:21:05 -04:00
.github
analysis/v1alpha1 format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
annotation
common Automator: update common-files@release-1.27 in istio/api@release-1.27 (#3545) 2025-07-31 04:21:05 -04:00
common-protos
dictionaries
envoy format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
extensions/v1alpha1 format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
kubernetes add RetryBudget in DestinationRule (#3512) 2025-06-25 12:53:18 -04:00
label
licenses
mcp format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
mesh/v1alpha1 add gateway sds extension provider (#3529) 2025-06-25 11:14:18 -04:00
meta/v1alpha1 format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
networking add RetryBudget in DestinationRule (#3512) 2025-06-25 12:53:18 -04:00
releasenotes
scripts
security format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
stability format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
telemetry format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
tests
type/v1beta1 format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.27] Automated branching step 4 (#3534) 2025-07-07 17:44:31 -04:00
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
gen.sh format protobuf files (#3522) 2025-06-16 11:17:16 -04:00
go.mod
go.sum
google
header.go.txt
istio.io

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 buf breaking. If there are legitimate reasons to make these breaking changes forever, the configuration in buf.yaml can be changed. If it is a one-off case, the PR can be force approved skipping the test.