API definitions for the Istio project
api
Go to file
Istio Automation c4a79179e7
Automator: update common-files@release-1.19 in istio/api@release-1.19 (#3153)
2024-04-05 11:36:23 -07:00
.devcontainer Automator: update common-files@release-1.19 in istio/api@release-1.19 (#3153) 2024-04-05 11:36:23 -07:00
.github
analysis/v1alpha1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
annotation proxy config: add support for PROXY protocol for gateways (#2860) 2023-07-12 12:02:48 -07:00
authentication/v1alpha1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
common Automator: update common-files@release-1.19 in istio/api@release-1.19 (#3153) 2024-04-05 11:36:23 -07:00
common-protos [release-1.19] Fix some spelling errors (#2889) 2023-08-09 11:48:31 -07:00
dictionaries
envoy chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
extensions/v1alpha1 [release-1.19] Fix some spelling errors (#2889) 2023-08-09 11:48:31 -07:00
kubernetes feature: virtual service supports traffic mirroring to multiple destinations (#2805) 2023-07-31 20:17:15 -07:00
label proxy config: add support for PROXY protocol for gateways (#2860) 2023-07-12 12:02:48 -07:00
licenses
mcp chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
mesh/v1alpha1 add metadata headers for proxyHeaders API (#2910) (#2924) 2023-09-07 08:24:54 -07:00
meta/v1alpha1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
networking [release-1.19] update proto for WorkloadEntry since address is no longer required (#2917) 2023-08-27 18:22:44 -07:00
operator/v1alpha1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
releaselocks
releasenotes mark opencensus deprecated (#2871) 2023-07-31 07:47:52 -07:00
scripts
security fix JWT claim based routing doc (#2920) 2023-09-26 11:05:03 -07:00
stability
telemetry/v1alpha1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
type/v1beta1 chore: Fix typo in VirtualService docs (#2847) 2023-07-06 13:44:32 -07:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS [release-1.19] Automated branching step 4 (#2880) 2023-08-03 12:15:45 -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
go.mod Update dependencies for 1.19 (#2907) 2023-08-18 09:43:05 -07:00
go.sum Update dependencies for 1.19 (#2907) 2023-08-18 09:43:05 -07:00
google
header.go.txt
istio.io
k8s.io
proto.lock add metadata headers for proxyHeaders API (#2910) (#2924) 2023-09-07 08:24:54 -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.