API definitions for the Istio project
api
Go to file
John Howard cb6950bf63
Document all CRD enum options in CRD description (#3113)
2024-03-11 08:44:24 -07:00
.devcontainer Automator: update common-files@master in istio/api@master (#3116) 2024-03-11 07:22:24 -07:00
.github
analysis/v1alpha1 Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
annotation Automator: update common-files@master in istio/api@master (#3097) 2024-02-23 16:20:31 -08:00
authentication/v1alpha1 Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
common Automator: update common-files@master in istio/api@master (#3116) 2024-03-11 07:22:24 -07:00
common-protos
dictionaries
envoy Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
extensions/v1alpha1 docs: formatting fixes in WasmPlugin (#3070) 2024-01-29 11:46:34 -08:00
kubernetes Document all CRD enum options in CRD description (#3113) 2024-03-11 08:44:24 -07:00
label Automator: update common-files@master in istio/api@master (#3097) 2024-02-23 16:20:31 -08:00
licenses
mcp Fix broken doc link to XDS description (#3073) 2024-01-31 06:10:36 -08:00
mesh/v1alpha1 Revert "meshconfig: add compliance policy (#3082)" (#3093) 2024-02-21 11:53:23 -08:00
meta/v1alpha1 Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
networking docs: remove per-version API tabs (#3100) 2024-03-05 07:22:21 -08:00
operator/v1alpha1 Remove defaultRevision (#2798) 2024-01-24 20:30:03 -08:00
releaselocks
releasenotes OpenTelemetryTracingProvider: New configurations for resource detectors (#3002) 2024-02-02 08:56:41 -08:00
scripts tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
security docs: remove per-version API tabs (#3100) 2024-03-05 07:22:21 -08:00
stability
telemetry/v1alpha1 docs: fix formatting issues, typo, add links (#3065) 2024-01-24 16:17:02 -08:00
tests Update test dependencies (#3029) 2023-12-14 18:06:33 -08:00
type/v1beta1 docs: remove per-version API tabs (#3100) 2024-03-05 07:22:21 -08:00
.gitattributes Automator: update common-files@master in istio/api@master (#3076) 2024-01-31 15:44:40 -08:00
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
CONTRIBUTING.md
GUIDELINES.md
LICENSE Automator: update common-files@master in istio/api@master (#2981) 2023-10-31 10:54:28 -07:00
Makefile
Makefile.core.mk tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
Makefile.overrides.mk
README.md tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
SUPPORT.md Automator: update common-files@master in istio/api@master (#3084) 2024-02-12 07:58:35 -08:00
buf.gen-golang.yaml
buf.gen-noncrd.yaml
buf.gen.yaml Migrate to protoc-gen-crd (#2941) 2023-10-05 16:16:01 -07:00
buf.yaml tooling: replace protolock with `buf breaking` (#3101) 2024-02-27 22:50:03 -08:00
clean.sh
gen.sh Migrate to protoc-gen-crd (#2941) 2023-10-05 16:16:01 -07:00
github.com
go.mod Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
go.sum Run make gen with new protoc (#3051) 2024-01-17 09:03:58 -08:00
google
header.go.txt
istio.io
k8s.io

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 buf breaking. If there are legitimate reasons to make these breaking changes forever, the configuration in buf.yaml can be changed. If it is a one-off case, the PR can be force approved skipping the test.