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

pkg/operator: refactor resource hierarchy discovery #1271

Merged
merged 7 commits into from
Jan 19, 2022

Commits on Jan 19, 2022

  1. pkg/operator: refactor resource hierarchy discovery

    This commit moves common logic related to discovering the resource
    hierarchy to pkg/operator/hierarchy. This new package requires less
    boilerplate, which the reconciler is updated to take advantage of.
    rfratto committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    cf0058e View commit details
    Browse the repository at this point in the history
  2. remove unused code

    rfratto committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6788e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f62dc View commit details
    Browse the repository at this point in the history
  4. add missing build constraints

    rfratto committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    64b52dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35c7787 View commit details
    Browse the repository at this point in the history
  6. review feedback

    rfratto committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    025a550 View commit details
    Browse the repository at this point in the history
  7. rename pkg/operator/hierarchy.go to build_hierarchy.go

    This helps distinguish it from the hierarchy package and
    hierarchy/hierarchy.go.
    rfratto committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    45f3a29 View commit details
    Browse the repository at this point in the history