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

Allow setting up dependent watches for some resource types, even if dependent watches are disabled #19

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    963a1cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a116e55 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Updated README (#5)

    Gaurav Nelson authored May 20, 2021
    Configuration menu
    Copy the full SHA
    3d560ce View commit details
    Browse the repository at this point in the history
  2. fixed typo in README (#7)

    Gaurav Nelson authored May 20, 2021
    Configuration menu
    Copy the full SHA
    22a7408 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Add a WithValueTranslator option to Reconciller. (#6)

    This lets the user inject code which produces helm values based on the fetched object itself (unlike `Mapper` which can only see `Values`).
    This way the custom code can convert the object to a typed one and work with proper structs rather than a tree of maps from `string` to `interface{}`.
    porridge authored May 25, 2021
    Configuration menu
    Copy the full SHA
    88508a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

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

Commits on Jun 8, 2021

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

Commits on Jun 15, 2021

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

Commits on Jun 22, 2021

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

Commits on Jun 29, 2021

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

Commits on Jul 1, 2021

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

Commits on Jul 6, 2021

  1. ROX-7242: Make the operator preserve custom statuses, and allow updat…

    …ing custom status through extensions (#17)
    misberner authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7857f66 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. X-Smart-Branch-Parent: main

    Malte Isberner committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    c4258db View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. allow custom dependent watches

    Malte Isberner committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e82aeba View commit details
    Browse the repository at this point in the history