API definitions for the Istio project
api
Go to file
Istio Automation 08f4f4a00d
Automator: update common-files@release-1.16 in istio/api@release-1.16 (#2859)
2023-07-11 15:08:47 -07:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
annotation [release-1.16] Add gateway.istio.io/controller-version annotation (#2747) 2023-04-24 20:37:32 -07:00
authentication/v1alpha1 Running make gen (#2446) 2022-08-04 07:28:26 -07:00
common Automator: update common-files@release-1.16 in istio/api@release-1.16 (#2859) 2023-07-11 15:08:47 -07:00
common-protos Update common files manually (#2299) 2022-04-12 10:08:44 -07:00
dictionaries
envoy Running make gen (#2446) 2022-08-04 07:28:26 -07:00
extensions/v1alpha1 remove hide_from_docs for traffic selector (#2580) 2022-11-28 06:49:10 -08:00
kubernetes remove hide_from_docs for traffic selector (#2580) 2022-11-28 06:49:10 -08:00
label Added `sidecar.istio.io/inject` label (#2486) 2022-09-23 09:17:36 -07:00
licenses Bump dependencies (#2369) 2022-06-01 18:25:09 -07:00
mcp Running make gen (#2446) 2022-08-04 07:28:26 -07:00
mesh/v1alpha1 [release-1.16] Add OpenTelemetry Tracing Provider to Docs (#2611) 2023-01-02 17:00:33 -08:00
meta/v1alpha1 Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
networking [release-1.16] Update DestinationRule docs with correct env variable name (#2597) 2022-12-14 17:40:09 -08:00
operator/v1alpha1 [release-1.16] hpa: Policies move to v2beta2 (#2533) 2022-11-01 18:34:21 -07:00
releaselocks
releasenotes [release-1.16] Update DestinationRule docs with correct env variable name (#2597) 2022-12-14 17:40:09 -08:00
scripts Validate and fix all samples (#2413) 2022-07-12 19:08:17 -07:00
security Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
stability
telemetry/v1alpha1 Run `make gen` with the new build-tools to generate new html (#2509) 2022-10-17 06:58:09 -07:00
type/v1beta1 Add a match scheme to WasmPlugin for passing more specific traffic to Wasm module (#2412) 2022-09-06 08:37:31 -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.16] Automated branching step 4 (#2512) 2022-10-19 12:00:52 -07:00
CONTRIBUTING.md
GUIDELINES.md
LICENSE Automator: update common-files@master in istio/api@master (#2494) 2022-10-05 10:36:39 -07:00
Makefile
Makefile.core.mk
Makefile.overrides.mk
README.md
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
cue.yaml
gen.sh
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 [release-1.16] hpa: Policies move to v2beta2 (#2533) 2022-11-01 18:34:21 -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.