-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote rollout api & client from the repo (#20)
Signed-off-by: 守辰 <[email protected]>
- Loading branch information
Showing
45 changed files
with
112 additions
and
6,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,25 @@ We recommend using the go types in this repo. You may serialize them directly to | |
`kruise-api` is synced from [https://github.com/openkruise/kruise/tree/master/apis](https://github.com/openkruise/kruise/tree/master/apis). | ||
Code changes are made in that location, merged into `openkruise/kruise` and later synced here. | ||
|
||
|
||
### How to get it | ||
|
||
To get the latest version, use go1.16+ and fetch using the `go get` command. For example: | ||
|
||
``` | ||
go get github.com/openkruise/kruise-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] | ||
``` | ||
|
||
### How to use it | ||
|
||
please refer to the [example](examples/create-update-delete-cloneset) | ||
|
||
## Things you should NOT do | ||
|
||
[https://github.com/openkruise/kruise/tree/master/apis](https://github.com/openkruise/kruise/tree/master/apis) is synced to here. | ||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
195 changes: 0 additions & 195 deletions
195
client/clientset/versioned/typed/rollouts/v1alpha1/batchrelease.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.