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

Feature/delete #6

Merged
merged 7 commits into from
Mar 4, 2022
Merged

Feature/delete #6

merged 7 commits into from
Mar 4, 2022

Commits on Mar 3, 2022

  1. Add delete ability

    Informer now sends an OpaMessage over a channel
    with a method for add, update, or delete.
    hooksie1 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    53f675b View commit details
    Browse the repository at this point in the history
  2. Add comment for struct

    hooksie1 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    15d9d25 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Create client in pkg and move watcher

    Adds a client struct and moves the watch ability into the package
    as a method on the client.
    hooksie1 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    58107cc View commit details
    Browse the repository at this point in the history
  2. Add goreleaser

    hooksie1 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    fa2c196 View commit details
    Browse the repository at this point in the history
  3. Update workflow

    hooksie1 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    068734a View commit details
    Browse the repository at this point in the history
  4. remove formatter for now

    hooksie1 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0b29546 View commit details
    Browse the repository at this point in the history
  5. Fix print statement

    hooksie1 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    faa9839 View commit details
    Browse the repository at this point in the history