API definitions for the Istio project
api
Go to file
Daniel Hawton 61fa170715
[release-1.26] Automated branching step 4 (#3492)
2025-04-17 11:11:25 -04:00
.devcontainer Automator: update common-files@master in istio/api@master (#3485) 2025-04-10 07:59:16 -04:00
.github
analysis/v1alpha1 update protos (#3478) 2025-03-31 19:10:45 -04:00
annotation
common [release-1.26] Automated branching step 4 (#3492) 2025-04-17 11:11:25 -04:00
common-protos
dictionaries
envoy Remove legacy `Policy` type (#3370) 2025-04-15 10:21:23 -04:00
extensions/v1alpha1 update protos (#3478) 2025-03-31 19:10:45 -04:00
kubernetes
label
licenses
mcp update protos (#3478) 2025-03-31 19:10:45 -04:00
mesh/v1alpha1 support read header value from env variable (#3474) 2025-04-09 19:46:15 -04:00
meta/v1alpha1 update protos (#3478) 2025-03-31 19:10:45 -04:00
networking fix: remove spaces to fix YAML examples in ServiceEntry docstrings (#3488) 2025-04-14 11:37:22 -04:00
releasenotes
scripts
security update protos (#3478) 2025-03-31 19:10:45 -04:00
stability
telemetry update protos (#3478) 2025-03-31 19:10:45 -04:00
tests
type/v1beta1 update protos (#3478) 2025-03-31 19:10:45 -04:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.26] Automated branching step 4 (#3492) 2025-04-17 11:11:25 -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
go.mod update protos (#3478) 2025-03-31 19:10:45 -04:00
go.sum update protos (#3478) 2025-03-31 19:10:45 -04:00
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.