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

Enhance Update Events with resource spec diff and Change event message formats #158

Merged
merged 2 commits into from
Aug 18, 2019

Commits on Aug 18, 2019

  1. Include Namespace field only for Namespaced event notifs

    This Commit
    - includes namespace field only for namespaced objects notifs
    - excludes namespace field from namespace independent resource events
    codenio committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    de2d778 View commit details
    Browse the repository at this point in the history
  2. Enhance Update Event Notifications

    This Commit,
    - enhances update event notifications with details of what Spec is getting changed
    - adds custom `SpecDiffReporter` and `utils.Diff()` method.
    - adds update events in all config.yaml files
    - adds unit-test for utils.Diff()
    - adds update events for Deployment, Statefulset and Job by default.
    codenio committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    4dc0051 View commit details
    Browse the repository at this point in the history