Signed-off-by: 守辰 <shouchen.zz@alibaba-inc.com> |
||
|---|---|---|
| .github/workflows | ||
| client | ||
| cmd/gen-schema | ||
| examples/create-update-delete-rollout | ||
| hack | ||
| pkg/rollouts | ||
| rollouts | ||
| utils/scheme | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
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.