-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #490 from ESWZY/traffic-mgr/map-io-and-weighted-po…
…s-selection Provide map read and write interface on the Go program side and weighted back-end pod selection
- Loading branch information
Showing
9 changed files
with
214 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog | ||
|
||
## Basic development framework and automatic compilation pipeline | ||
|
||
- Initialize basic development framework. ([#464](https://github.com/linuxkerneltravel/lmp/pull/464), [@ESWZY](https://github.com/ESWZY)) | ||
|
||
## Kernel abstraction of Service and Pod, and maps for information storage and transfer | ||
|
||
- Implement kernel abstraction of Service and Pod, and use maps for storage and information transfer. ([#482](https://github.com/linuxkerneltravel/lmp/pull/482), [@ESWZY](https://github.com/ESWZY)) | ||
- Provide map read and write interface on the Go program side and weighted back-end pod selection. ([#490](https://github.com/linuxkerneltravel/lmp/pull/490), [@ESWZY](https://github.com/ESWZY)) |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
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
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
Oops, something went wrong.