API definitions for the Istio project
api
Go to file
Istio Automation b176b1f660
Automator: update common-files@release-1.15 in istio/api@release-1.15 (#2739)
2023-03-22 11:50:23 -07:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 Run `make gen` with current tooling (#2409) 2022-07-06 07:17:29 -07:00
annotation Deprecate injection annotation (#1997) 2022-07-18 12:56:26 -07:00
authentication/v1alpha1 Running make gen (#2449) 2022-08-04 12:17:47 -07:00
common Automator: update common-files@release-1.15 in istio/api@release-1.15 (#2739) 2023-03-22 11:50:23 -07:00
common-protos Update common files manually (#2299) 2022-04-12 10:08:44 -07:00
dictionaries
envoy Running make gen (#2449) 2022-08-04 12:17:47 -07:00
extensions/v1alpha1 Running make gen (#2449) 2022-08-04 12:17:47 -07:00
kubernetes [release-1.15] Update sidecar bind description to include IPv6 (#2455) 2022-08-11 14:55:46 -07:00
label Update the package where the variable resides (#2306) 2022-04-19 08:11:15 -07:00
licenses Bump dependencies (#2369) 2022-06-01 18:25:09 -07:00
mcp Running make gen (#2449) 2022-08-04 12:17:47 -07:00
mesh/v1alpha1 Running make gen (#2449) 2022-08-04 12:17:47 -07:00
meta/v1alpha1 Run `make gen` with current tooling (#2409) 2022-07-06 07:17:29 -07:00
networking Fix typo SKPI->SPKI (#2466) 2022-08-26 06:25:50 -07:00
operator/v1alpha1 Running make gen (#2449) 2022-08-04 12:17:47 -07:00
releaselocks Remove releaselocks/ (#2288) 2022-03-17 15:29:43 -07:00
releasenotes Virtual Service Direct Response (#2407) 2022-07-07 15:33:42 -07:00
scripts Validate and fix all samples (#2413) 2022-07-12 19:08:17 -07:00
security Running make gen (#2449) 2022-08-04 12:17:47 -07:00
stability Define Istio Stability Levels (#1817) 2021-02-08 11:44:00 -08:00
telemetry/v1alpha1 telemetry: fix required field (#2505) 2022-10-12 18:14:40 -07:00
type/v1beta1 Run `make gen` with current tooling (#2409) 2022-07-06 07:17:29 -07:00
.gitattributes Automator: update common-files@master in istio/api@master (#2337) 2022-05-03 08:48:36 -07:00
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.15] Automated branching step 4 (#2439) 2022-08-02 10:48:51 -07:00
CONTRIBUTING.md
GUIDELINES.md Add new guidelines to API compatibility (#2061) 2021-08-30 17:11:14 -07:00
LICENSE
Makefile Automator: update common-files@master in istio/api@master (#2151) 2021-11-11 09:09:02 -08:00
Makefile.core.mk Remove releaselocks/ (#2288) 2022-03-17 15:29:43 -07:00
Makefile.overrides.mk
README.md Drop generated python protobufs (#2280) 2022-03-17 16:55:44 -07:00
SUPPORT.md
buf.gen-golang.yaml buf: migrate to v1 API (#2297) 2022-03-25 06:19:22 -07:00
buf.gen-noncrd.yaml buf: migrate to v1 API (#2297) 2022-03-25 06:19:22 -07:00
buf.gen.yaml buf: migrate to v1 API (#2297) 2022-03-25 06:19:22 -07:00
buf.yaml buf: migrate to v1 API (#2297) 2022-03-25 06:19:22 -07:00
clean.sh Drop generated python protobufs (#2280) 2022-03-17 16:55:44 -07:00
cue.yaml Add WasmPlugin API (#1940) 2021-07-27 14:05:57 -07:00
gen.sh operator: move to real protobuf (#2272) 2022-03-14 10:26:22 -07:00
github.com
go.mod add support for max connection duration (#2341) 2022-07-01 22:28:56 -07:00
go.sum add support for max connection duration (#2341) 2022-07-01 22:28:56 -07:00
google
header.go.txt Migrate from gogo/protobuf to golang/protobuf (#2293) 2022-03-23 08:11:37 -07:00
istio.io
k8s.io
proto.lock Virtual Service Direct Response (#2407) 2022-07-07 15:33:42 -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 proto-commit must be run to 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.