-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(controller): add PisaDaemonConfig handler and builders #354
Merged
Conversation
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
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
…fficQoS Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
mlycore
added
type:enhancement
New feature or request
app:pisa-controller
Pisa-Controller related changes
in:http
Http module related changes
in:config
Configuration related changes
in:test
Test related changes
in:api
API related changes
in:crd
CRD related changes
labels
Oct 9, 2022
Codecov Report
@@ Coverage Diff @@
## master #354 +/- ##
==========================================
+ Coverage 66.97% 72.69% +5.71%
==========================================
Files 7 6 -1
Lines 427 597 +170
==========================================
+ Hits 286 434 +148
- Misses 133 152 +19
- Partials 8 11 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
xuanyuan300
approved these changes
Oct 9, 2022
xuanyuan300
pushed a commit
to xuanyuan300/pisanix
that referenced
this pull request
Oct 10, 2022
…-mesh#354) * feat(controller): add daemon config type definition Signed-off-by: mlycore <[email protected]> * fix(controller): fix daemon config Signed-off-by: mlycore <[email protected]> * fix(controller): fix unit test Signed-off-by: mlycore <[email protected]> * chore(mod): update crd type definition Signed-off-by: mlycore <[email protected]> * feat(kubernetes): add helper function for VirtualDatabaseList and TrafficQoS Signed-off-by: mlycore <[email protected]> * feat(trafficqos): add PodContainerBinding for DaemonConfig Signed-off-by: mlycore <[email protected]> * feat(controller): using non namespaced url for DaemonConfig Signed-off-by: mlycore <[email protected]> Signed-off-by: mlycore <[email protected]>
xuanyuan300
pushed a commit
to xuanyuan300/pisanix
that referenced
this pull request
Oct 10, 2022
…-mesh#354) * feat(controller): add daemon config type definition Signed-off-by: mlycore <[email protected]> * fix(controller): fix daemon config Signed-off-by: mlycore <[email protected]> * fix(controller): fix unit test Signed-off-by: mlycore <[email protected]> * chore(mod): update crd type definition Signed-off-by: mlycore <[email protected]> * feat(kubernetes): add helper function for VirtualDatabaseList and TrafficQoS Signed-off-by: mlycore <[email protected]> * feat(trafficqos): add PodContainerBinding for DaemonConfig Signed-off-by: mlycore <[email protected]> * feat(controller): using non namespaced url for DaemonConfig Signed-off-by: mlycore <[email protected]> Signed-off-by: mlycore <[email protected]>
xuanyuan300
pushed a commit
to xuanyuan300/pisanix
that referenced
this pull request
Oct 10, 2022
…-mesh#354) * feat(controller): add daemon config type definition Signed-off-by: mlycore <[email protected]> * fix(controller): fix daemon config Signed-off-by: mlycore <[email protected]> * fix(controller): fix unit test Signed-off-by: mlycore <[email protected]> * chore(mod): update crd type definition Signed-off-by: mlycore <[email protected]> * feat(kubernetes): add helper function for VirtualDatabaseList and TrafficQoS Signed-off-by: mlycore <[email protected]> * feat(trafficqos): add PodContainerBinding for DaemonConfig Signed-off-by: mlycore <[email protected]> * feat(controller): using non namespaced url for DaemonConfig Signed-off-by: mlycore <[email protected]> Signed-off-by: mlycore <[email protected]> Signed-off-by: xuanyuan300 <[email protected]>
wbtlb
pushed a commit
that referenced
this pull request
Oct 10, 2022
) * feat(docs): add version v0.2.0 docs Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * Update build.yml Signed-off-by: xuanyuan300 <[email protected]> * Create release.yml Signed-off-by: xuanyuan300 <[email protected]> * Update release.yml Signed-off-by: xuanyuan300 <[email protected]> * Update release.yml Signed-off-by: xuanyuan300 <[email protected]> * feat(controller): add PisaDaemonConfig handler and builders (#354) * feat(controller): add daemon config type definition Signed-off-by: mlycore <[email protected]> * fix(controller): fix daemon config Signed-off-by: mlycore <[email protected]> * fix(controller): fix unit test Signed-off-by: mlycore <[email protected]> * chore(mod): update crd type definition Signed-off-by: mlycore <[email protected]> * feat(kubernetes): add helper function for VirtualDatabaseList and TrafficQoS Signed-off-by: mlycore <[email protected]> * feat(trafficqos): add PodContainerBinding for DaemonConfig Signed-off-by: mlycore <[email protected]> * feat(controller): using non namespaced url for DaemonConfig Signed-off-by: mlycore <[email protected]> Signed-off-by: mlycore <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * feat(pisa-proxy, sharding): support min, max agg function for merge stream Signed-off-by: xuanyuan300 <[email protected]> * fix(ci): fix conflicts Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * fix(docs): fix conflicts Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * fix(docs): fix conflicts Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * feat(pisa-proxy, sharding): add avg for merge stream Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> * chore(pisa-proxy, sharding): remove comments Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: xuanyuan300 <[email protected]> Signed-off-by: mlycore <[email protected]> Co-authored-by: liyao <[email protected]>
xuanyuan300
pushed a commit
to xuanyuan300/pisanix
that referenced
this pull request
Oct 15, 2022
…-mesh#354) * feat(controller): add daemon config type definition Signed-off-by: mlycore <[email protected]> * fix(controller): fix daemon config Signed-off-by: mlycore <[email protected]> * fix(controller): fix unit test Signed-off-by: mlycore <[email protected]> * chore(mod): update crd type definition Signed-off-by: mlycore <[email protected]> * feat(kubernetes): add helper function for VirtualDatabaseList and TrafficQoS Signed-off-by: mlycore <[email protected]> * feat(trafficqos): add PodContainerBinding for DaemonConfig Signed-off-by: mlycore <[email protected]> * feat(controller): using non namespaced url for DaemonConfig Signed-off-by: mlycore <[email protected]> Signed-off-by: mlycore <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app:pisa-controller
Pisa-Controller related changes
in:api
API related changes
in:config
Configuration related changes
in:crd
CRD related changes
in:http
Http module related changes
in:test
Test related changes
size/L
type:enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is changed and how it works?
What's Changed: