API definitions for the Istio project
api
Go to file
Istio Automation e7cadb36da
Automator: update common-files@release-1.18 in istio/api@release-1.18 (#3017)
2023-12-05 18:32:36 -08:00
.devcontainer Automator: update common-files@master in istio/api@master (#2750) 2023-04-05 09:58:10 -07:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
annotation Add annotation istio.io/rev (#2743) 2023-04-10 16:08:00 -07:00
authentication/v1alpha1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
common Automator: update common-files@release-1.18 in istio/api@release-1.18 (#3017) 2023-12-05 18:32:36 -08:00
common-protos
dictionaries
envoy sync stats config (#2790) 2023-05-22 05:54:15 -07:00
extensions/v1alpha1 docs: fix wasm plugin traffic selector docs (#2748) 2023-04-06 05:23:25 -07:00
kubernetes
label
licenses
mcp update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
mesh/v1alpha1 docs changes for crl support (#2808) 2023-06-08 20:02:05 -07:00
meta/v1alpha1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
networking envoyfilter: fix wrong doc (#2836) 2023-06-26 18:43:36 -07:00
operator/v1alpha1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
releaselocks
releasenotes
scripts
security [release-1.18] Add authz dry-run example (#2825) 2023-06-26 06:52:32 -07:00
stability
telemetry/v1alpha1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
type/v1beta1 update `proxy_inbound_listen_port` doc (#2735) 2023-03-21 19:43:21 -07:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.18] Automated branching step 4 (#2766) 2023-04-26 06:49:28 -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
cue.yaml
gen.sh
github.com Move protobuf generation/configuration to buf (#1833) 2021-01-28 17:47:43 -08:00
go.mod Update deps to k8s 1.27.0 (#2757) 2023-04-14 10:36:35 -07:00
go.sum Update deps to k8s 1.27.0 (#2757) 2023-04-14 10:36:35 -07:00
google
header.go.txt
istio.io
k8s.io
proto.lock sync stats config (#2790) 2023-05-22 05:54:15 -07:00
prototool.yaml

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 protolock. To force these changes in, install protolock and run protolock commit --force.

You must include a note in your PR that you had to force the protolock and why.