generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 69
Add unit tests for pod APIs under pkg/datastore #712
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
256acf8
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 7b0d548
Merge branch 'kubernetes-sigs:main' into main
rlakhtakia 0b7f537
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 2ba431d
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 5067fac
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 9b71677
EPP Architecture proposal (#683)
kfswain bfbc35f
removed unused Fake struct (#723)
nirrozenbaum fc980b8
epp: return correct response for trailers (#726)
howardjohn 55600b4
Refactor scheduler to run plugins (#677)
liu-cong bf64a93
Complete the InferencePool documentation (#673)
nicolexin 76a562f
reduce log level in metrics logger not to trash the log (#708)
nirrozenbaum 7792676
few updates in datastore (#713)
nirrozenbaum d167e49
scheduler refactoring (#730)
nirrozenbaum c262a1d
filter irrelevant pod in pod_reconciler (#696)
nayihz 4707ab2
EPP: Update GetRandomPod() to return nil if no pods exist (#731)
danehans ec4af3b
Move filter and scorer plugins registration to a separate file (#729)
mayabar e03802a
Update issue templates (#738)
kfswain f93cbe6
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 56eb52f
few updates in datastore (#713)
nirrozenbaum 56d20e5
few updates in datastore (#713)
nirrozenbaum 124369e
Add unit test coverage for pod APIs under datastore/pkg
rlakhtakia 44f424a
Merge branch 'main' of https://github.com/rlakhtakia/gateway-api-infe…
rlakhtakia df39f48
Merge branch 'main' of https://github.com/kubernetes-sigs/gateway-api…
rlakhtakia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pod resync is not required on pod not ready. it is required when inf pool label selector is changed.
generally, I've been working on datastore a bit (started refactoring, pushed a small PR and more to come),
IMO PodResyncAll should be removed from the interface.
having said that, the internal behavior is still there and is called upon a change in the pool label selector.
more details in the PR #713