Skip to content
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 9 commits into from
Sep 17, 2017
Merged

Commits on Aug 12, 2017

  1. Updating to use IndexInformer

    - 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 committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    83e2771 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    a3bff93 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Addressing the gometalinter checks

    Justin Nauman committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    0bd0ea7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Reverting cmd/ package restructure

    Justin Nauman committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    58823c7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into index-refactor

     Conflicts:
    	namespace.go
    	pod.go
    	server/server.go
    	store/store.go
    Justin Nauman committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    9de4bac View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Import cleanup

    Justin Nauman committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    bedae78 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Address PR comments

    Justin Nauman committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    12a6bcc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Processor package renaming

    Justin Nauman committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    c8e937a View commit details
    Browse the repository at this point in the history
  2. Missed a comment

    Justin Nauman committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    775c7cf View commit details
    Browse the repository at this point in the history