API definitions for the Istio project
api
Go to file
Istio Automation b6bd6cd1b8
Automator: update common-files@release-1.17 in istio/api@release-1.17 (#2959)
2023-10-10 17:11:29 -07:00
.github/ISSUE_TEMPLATE
analysis/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
annotation [release-1.17] Add gateway.istio.io/controller-version annotation (#2746) 2023-04-03 12:51:34 -07:00
authentication/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
common Automator: update common-files@release-1.17 in istio/api@release-1.17 (#2959) 2023-10-10 17:11:29 -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 (#2575) 2022-11-24 05:58:06 -08:00
kubernetes Deprecate Port.TargetPort (#2634) 2023-01-17 08:06:34 -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 Clarify credentialName usage for separate ca secrets (#2694) 2023-03-08 09:09:46 -08:00
meta/v1alpha1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
networking envoyfilter: fix wrong doc (#2835) 2023-06-29 02:15:03 -07:00
operator/v1alpha1 fix depguard (#2636) 2023-01-17 06:54:30 -08:00
releaselocks Remove releaselocks/ (#2288) 2022-03-17 15:29:43 -07:00
releasenotes [release-1.17] mark Lightstep provider deprecated (#2663) 2023-01-31 03:03:23 -08:00
scripts Validate and fix all samples (#2413) 2022-07-12 19:08:17 -07:00
security replace quotes with backticks when referring to values (#2707) 2023-03-02 06:41:06 -08:00
stability
telemetry/v1alpha1 telemetry: add support for reporting_interval (#2556) 2022-11-14 11:47:33 -08:00
type/v1beta1 Automator: update common-files@master in istio/api@master (#2523) 2022-10-21 08:24:46 -07:00
.gitattributes Automator: update common-files@master in istio/api@master (#2600) 2022-12-15 13:32:13 -08:00
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.17] Automated branching step 4 (#2639) 2023-01-18 13:41:11 -08: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 Automator: update common-files@master in istio/api@master (#2151) 2021-11-11 09:09:02 -08:00
Makefile.core.mk Run proto-commit as part of make gen (#2546) 2022-11-03 13:35:29 -07:00
Makefile.overrides.mk
README.md Run proto-commit as part of make gen (#2546) 2022-11-03 13:35:29 -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
gen.sh operator: move to real protobuf (#2272) 2022-03-14 10:26:22 -07:00
github.com
go.mod fix CVE-2022-41717 vulnerability (#2623) 2023-01-09 08:31:49 -08:00
go.sum fix CVE-2022-41717 vulnerability (#2623) 2023-01-09 08:31:49 -08: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.17] mark Lightstep provider deprecated (#2663) 2023-01-31 03:03:23 -08: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.