The canonical location of the Kruise Rollout API definition and client.
Kruise-Rollout-API | Kruise-rollout |
---|---|
0.4.1 | <= 0.4 |
0.5.1 | 0.5 |
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.
To get the latest version, use go1.16+ and fetch using the go get
command. For example:
go get github.com/openkruise/kruise-rollout-api@latest
To get a specific version, use go1.11+ and fetch the desired version using the go get
command. For example:
go get github.com/openkruise/[email protected]
please refer to the example
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.