API definitions for the Istio project
api
Go to file
Istio Automation c6cb7d0385
Automator: update common-files@release-1.23 in istio/api@release-1.23 (#3483)
2025-04-09 16:02:19 -04:00
.devcontainer Automator: update common-files@release-1.23 in istio/api@release-1.23 (#3483) 2025-04-09 16:02:19 -04:00
.github
analysis/v1alpha1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
annotation remove WIP annotations (#3241) 2024-06-18 20:01:33 -04:00
authentication/v1alpha1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
common Automator: update common-files@release-1.23 in istio/api@release-1.23 (#3483) 2025-04-09 16:02:19 -04:00
common-protos
dictionaries
envoy run make gen (#3248) 2024-06-27 20:22:26 -04:00
extensions/v1alpha1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
kubernetes [release-1.23] Remove non-zero requirement on connectionPool.tcp.IdleTimeout (#3455) (#3460) 2025-03-10 16:24:06 -04:00
label
licenses
mcp run make gen (#3248) 2024-06-27 20:22:26 -04:00
mesh/v1alpha1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
meta/v1alpha1 minor reorg and fixes (#3257) 2024-07-06 19:10:20 -04:00
networking [release-1.23] Remove non-zero requirement on connectionPool.tcp.IdleTimeout (#3455) (#3460) 2025-03-10 16:24:06 -04:00
operator/v1alpha1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
releaselocks
releasenotes [release-1.23] fix: ServiceEntryStatus (#3281) 2024-07-26 17:25:34 -04:00
scripts Update mesh config to not import k8s libraries (#3154) 2024-05-20 11:56:31 -04:00
security Update PeerAuthentication docs (#3184) 2024-07-01 20:40:49 -04:00
stability
telemetry run make gen (#3248) 2024-06-27 20:22:26 -04:00
tests validation: add CEL validation to workload entry (#3235) 2024-07-15 09:46:14 -04:00
type/v1beta1 run make gen (#3248) 2024-06-27 20:22:26 -04:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.23] Automated branching step 4 (#3266) 2024-07-16 21:24:16 -04:00
CONTRIBUTING.md
GUIDELINES.md add guidelines for adding new features to stable APIs (#3182) 2024-05-22 10:20:02 -04:00
LICENSE
Makefile
Makefile.core.mk Update mesh config to not import k8s libraries (#3154) 2024-05-20 11:56:31 -04:00
Makefile.overrides.mk
README.md tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
SUPPORT.md
buf.gen-golang.yaml
buf.gen-noncrd.yaml
buf.gen.yaml Generate alias for types instead of copies (#3188) 2024-05-20 11:48:31 -04:00
buf.yaml tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
clean.sh
gen.sh Generate alias for types instead of copies (#3188) 2024-05-20 11:48:31 -04:00
github.com
go.mod Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#3262) 2024-07-09 21:53:23 -04:00
go.sum Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#3262) 2024-07-09 21:53:23 -04:00
google
header.go.txt
istio.io
k8s.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.