API definitions for the Istio project
api
Go to file
Whitney Griffith 339eb52daa
PeerAuthentication Graduation to v1 (#3112)
* bump peer auth to v1

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* update sync

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* Add release notes

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* run make gen

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* Fix release notes

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* Update release notes

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* Update release notes

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* make gen

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

* fix gen-check

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>

---------

Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>
2024-03-13 16:19:34 -07:00
.devcontainer
.github
analysis/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
annotation add some annotations for ambient traffic redirection (#3114) 2024-03-11 18:04:56 -07:00
authentication/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
common
common-protos
dictionaries
envoy Run make gen (#3120) 2024-03-11 17:59:56 -07:00
extensions/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
kubernetes PeerAuthentication Graduation to v1 (#3112) 2024-03-13 16:19:34 -07:00
label
licenses
mcp Run make gen (#3120) 2024-03-11 17:59:56 -07:00
mesh/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
meta/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
networking Run make gen (#3120) 2024-03-11 17:59:56 -07:00
operator/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
releaselocks
releasenotes PeerAuthentication Graduation to v1 (#3112) 2024-03-13 16:19:34 -07:00
scripts
security PeerAuthentication Graduation to v1 (#3112) 2024-03-13 16:19:34 -07:00
stability
telemetry/v1alpha1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
tests
type/v1beta1 Run make gen (#3120) 2024-03-11 17:59:56 -07:00
.gitattributes
.gitignore
BUGS-AND-FEATURE-REQUESTS.md
CODEOWNERS
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
gen.sh
github.com
go.mod
go.sum
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.