API definitions for the Istio project
api
Go to file
John Howard eb7df4d4b4
Add CEL validation to SE and WG (#3302)
* Add CEL validation to SE and WG

* fix bad validation
2024-10-02 14:37:29 -04:00
.devcontainer Automator: update common-files@master in istio/api@master (#3317) 2024-09-24 12:24:26 -04:00
.github
analysis/v1alpha1
annotation Codify labels and annotations that have been added directly to istio/istio (#3307) 2024-10-01 12:51:29 -04:00
authentication/v1alpha1
common Automator: update common-files@master in istio/api@master (#3317) 2024-09-24 12:24:26 -04:00
common-protos Remove the operator proto from this repo (#3286) 2024-08-09 15:21:51 -04:00
dictionaries
envoy
extensions/v1alpha1 Improve validation for targetRefs (#3312) 2024-09-26 16:04:24 -04:00
kubernetes Add CEL validation to SE and WG (#3302) 2024-10-02 14:37:29 -04:00
label Codify labels and annotations that have been added directly to istio/istio (#3307) 2024-10-01 12:51:29 -04:00
licenses Remove the operator proto from this repo (#3286) 2024-08-09 15:21:51 -04:00
mcp
mesh/v1alpha1 Clarify ForwardClientCertDetails comments (#3315) 2024-09-24 16:13:25 -04:00
meta/v1alpha1 Pick up changes to CRD template naming and fix excessive WG validation (#3295) 2024-08-20 17:22:23 -04:00
networking Add CEL validation to SE and WG (#3302) 2024-10-02 14:37:29 -04:00
releasenotes fix: ServiceEntryStatus (#3279) 2024-07-26 16:51:32 -04:00
scripts
security Improve validation for targetRefs (#3312) 2024-09-26 16:04:24 -04:00
stability
telemetry Improve validation for targetRefs (#3312) 2024-09-26 16:04:24 -04:00
tests Add CEL validation to SE and WG (#3302) 2024-10-02 14:37:29 -04:00
type/v1beta1 Pick up changes to CRD template naming and fix excessive WG validation (#3295) 2024-08-20 17:22:23 -04:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
CONTRIBUTING.md
GUIDELINES.md
LICENSE
Makefile Automator: update common-files@master in istio/api@master (#3277) 2024-07-23 10:25:32 -04:00
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 Remove the operator proto from this repo (#3286) 2024-08-09 15:21:51 -04:00
go.mod Remove the operator proto from this repo (#3286) 2024-08-09 15:21:51 -04:00
go.sum Remove the operator proto from this repo (#3286) 2024-08-09 15:21:51 -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.