-
Notifications
You must be signed in to change notification settings - Fork 318
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
Updating to use IndexInformer #92
Merged
Merged
Commits on Aug 12, 2017
-
- Removed reliance on the store for maintain state and migrated to the IndexInformer. This now will only cache "active" pods (no failed/completed pods will be returned) - Extracted role based fallback logic to it's own processor and removed from the Server/Event handlers - Migrated event handlers to the k8s package - Moved the `cmd` package back to the base to allow for easy builds and acknowlding the fact that the project itself is the unit of deployment and it's unlikely this would be used as a library in and of itself - Added in processor tests for the new RoleProcessor
Justin Nauman committedAug 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 83e2771 - Browse repository at this point
Copy the full SHA 83e2771View commit details
Commits on Aug 13, 2017
-
Ensuring caches have been fully synced prior to starting server
Justin Nauman committedAug 13, 2017 Configuration menu - View commit details
-
Copy full SHA for a3bff93 - Browse repository at this point
Copy the full SHA a3bff93View commit details
Commits on Aug 14, 2017
-
Addressing the gometalinter checks
Justin Nauman committedAug 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 0bd0ea7 - Browse repository at this point
Copy the full SHA 0bd0ea7View commit details
Commits on Aug 17, 2017
-
Reverting cmd/ package restructure
Justin Nauman committedAug 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 58823c7 - Browse repository at this point
Copy the full SHA 58823c7View commit details -
Merge remote-tracking branch 'origin/master' into index-refactor
Conflicts: namespace.go pod.go server/server.go store/store.go
Justin Nauman committedAug 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 9de4bac - Browse repository at this point
Copy the full SHA 9de4bacView commit details
Commits on Aug 18, 2017
-
Justin Nauman committed
Aug 18, 2017 Configuration menu - View commit details
-
Copy full SHA for bedae78 - Browse repository at this point
Copy the full SHA bedae78View commit details
Commits on Aug 23, 2017
-
Justin Nauman committed
Aug 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 12a6bcc - Browse repository at this point
Copy the full SHA 12a6bccView commit details
Commits on Aug 31, 2017
-
Justin Nauman committed
Aug 31, 2017 Configuration menu - View commit details
-
Copy full SHA for c8e937a - Browse repository at this point
Copy the full SHA c8e937aView commit details -
Justin Nauman committed
Aug 31, 2017 Configuration menu - View commit details
-
Copy full SHA for 775c7cf - Browse repository at this point
Copy the full SHA 775c7cfView commit details
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.