API definitions for the Istio project
api
Go to file
Istio Automation 93c5dd4dca
Automator: update common-files@release-1.25 in istio/api@release-1.25 (#3553)
2025-08-20 05:57:21 -04:00
.devcontainer Automator: update common-files@release-1.25 in istio/api@release-1.25 (#3553) 2025-08-20 05:57:21 -04:00
.github
analysis/v1alpha1 Run make gen (#3415) 2025-01-16 16:29:54 -05:00
annotation [release-1.25] Add a pod-level opt-out for ambient DNS proxying, in preparation for enabling that by default globally (#3427) 2025-02-10 14:17:42 -05:00
authentication/v1alpha1 Run make gen (#3415) 2025-01-16 16:29:54 -05:00
common Automator: update common-files@release-1.25 in istio/api@release-1.25 (#3553) 2025-08-20 05:57:21 -04:00
common-protos
dictionaries
envoy Run make gen (#3415) 2025-01-16 16:29:54 -05:00
extensions/v1alpha1 [release-1.25] Validation: remove CEL for PolicyTargetRef to allow vendor extensions (#3425) 2025-01-30 15:20:52 -05:00
kubernetes Remove non-zero requirement on connectionPool.tcp.IdleTimeout (#3458) 2025-03-10 13:31:06 -04:00
label Add a new 'workload name' label override (#3374) 2024-12-16 15:04:26 -05:00
licenses update dependencies (#3392) 2024-12-16 15:07:26 -05:00
mcp Run make gen (#3415) 2025-01-16 16:29:54 -05:00
mesh/v1alpha1 Run make gen (#3415) 2025-01-16 16:29:54 -05:00
meta/v1alpha1 Run make gen (#3415) 2025-01-16 16:29:54 -05:00
networking Remove non-zero requirement on connectionPool.tcp.IdleTimeout (#3458) 2025-03-10 13:31:06 -04:00
releasenotes [release-1.25] Add a pod-level opt-out for ambient DNS proxying, in preparation for enabling that by default globally (#3427) 2025-02-10 14:17:42 -05:00
scripts
security [release-1.25] Validation: remove CEL for PolicyTargetRef to allow vendor extensions (#3425) 2025-01-30 15:20:52 -05:00
stability
telemetry [release-1.25] Validation: remove CEL for PolicyTargetRef to allow vendor extensions (#3425) 2025-01-30 15:20:52 -05:00
tests AuthorizationPolicy serviceAccount: allow same namespace (#3417) 2025-01-20 21:19:57 -05:00
type/v1beta1 [release-1.25] Validation: remove CEL for PolicyTargetRef to allow vendor extensions (#3425) 2025-01-30 15:20:52 -05:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.25] Automated branching step 4 (#3434) 2025-02-10 14:08:42 -05:00
CONTRIBUTING.md
GUIDELINES.md Validation: add documentation and use CEL pre-processor (#3333) 2024-12-31 19:32:56 -05:00
LICENSE
Makefile
Makefile.core.mk
Makefile.overrides.mk
README.md
SUPPORT.md
buf.gen-golang.yaml
buf.gen-noncrd.yaml Add JSON marshaling for non-CRD types (#3345) 2024-12-27 12:50:49 -05:00
buf.gen.yaml
buf.yaml
clean.sh
gen.sh
go.mod update dependencies (#3392) 2024-12-16 15:07:26 -05:00
go.sum update dependencies (#3392) 2024-12-16 15:07:26 -05: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.