API definitions for the Istio project
api
Go to file
Istio Automation 5d7b981283
Automator: update common-files@release-1.22 in istio/api@release-1.22 (#3378)
2024-12-05 14:01:07 -05:00
.devcontainer Automator: update common-files@release-1.22 in istio/api@release-1.22 (#3378) 2024-12-05 14:01:07 -05:00
.github
analysis/v1alpha1
annotation [release-1.22] remove WIP annotations (#3242) 2024-06-18 20:24:33 -04:00
authentication/v1alpha1
common Automator: update common-files@release-1.22 in istio/api@release-1.22 (#3378) 2024-12-05 14:01:07 -05:00
common-protos
dictionaries
envoy
extensions/v1alpha1 Adds Service Type to PolicyTargetReference API Docs (#3203) 2024-05-16 16:15:28 -04:00
kubernetes Add docs and examples for path templating (#3162) 2024-04-22 07:09:57 -07:00
label
licenses
mcp
mesh/v1alpha1 proxy config: clarify concurrency docs (#3206) 2024-07-01 20:47:55 -04:00
meta/v1alpha1
networking virtual service: minor grammar fix (#3205) 2024-07-01 20:47:49 -04:00
operator/v1alpha1
releaselocks
releasenotes Promote Telemetry API to v1 (#3133) 2024-04-04 10:59:08 -07:00
scripts
security manual cherry-pick of #3184 (#3252) 2024-07-02 05:54:50 -04:00
stability
telemetry update docs to show latest API version examples (#3209) 2024-05-21 21:10:02 -04:00
tests
type/v1beta1 Adds Service Type to PolicyTargetReference API Docs (#3203) 2024-05-16 16:15:28 -04:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.22] Automated branching step 4 (#3166) 2024-04-22 08:30:29 -07: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
github.com
go.mod
go.sum
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.