The canonical location of the Kruise Rollout API definition.
Go to file
守辰 7cd83236d7 add missing scheme
Signed-off-by: 守辰 <shouchen.zz@alibaba-inc.com>
2024-01-22 20:15:07 +08:00
.github/workflows init project from kruise-api 2024-01-19 17:52:53 +08:00
client init project from kruise-api 2024-01-19 17:52:53 +08:00
cmd/gen-schema init project from kruise-api 2024-01-19 17:52:53 +08:00
hack init project from kruise-api 2024-01-19 17:52:53 +08:00
pkg/rollouts init project from kruise-api 2024-01-19 17:52:53 +08:00
rollouts/v1alpha1 init project from kruise-api 2024-01-19 17:52:53 +08:00
utils/scheme add missing scheme 2024-01-22 20:15:07 +08:00
.gitignore init project from kruise-api 2024-01-19 17:52:53 +08:00
LICENSE Initial commit 2024-01-18 18:11:42 +08:00
Makefile init project from kruise-api 2024-01-19 17:52:53 +08:00
OWNERS init project from kruise-api 2024-01-19 17:52:53 +08:00
README.md init project from kruise-api 2024-01-19 17:52:53 +08:00
addtoscheme_rollouts_v1alphal1.go init project from kruise-api 2024-01-19 17:52:53 +08:00
go.mod init project from kruise-api 2024-01-19 17:52:53 +08:00
go.sum init project from kruise-api 2024-01-19 17:52:53 +08:00

README.md

kruise-rollout-api

The canonical location of the Kruise Rollout API definition and client.

Compatibility matrix

Kruise-Rollout-API Kruise-rollout
0.4 <= 0.4
0.5 0.5

Where does it come from?

kruise-rollout-api is synced from https://github.com/openkruise/rollouts/tree/master/api. Code changes are made in that location, merged into openkruise/rollouts and later synced here.

Things you should NOT do

https://github.com/openkruise/rollouts/tree/master/api is synced to here. All changes must be made in the former. The latter is read-only.