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

Add ownerRefernce to external check creation #378

Merged
merged 9 commits into from
Apr 20, 2020

Commits on Mar 27, 2020

  1. Add ownerRefernce part of external check creation

    Added crdUID to Checker struct to save the UID created with the CRD.
    NissesSenap committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ab39fa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    05ff6fd View commit details
    Browse the repository at this point in the history
  2. Add ownerRef to kuberhealthy operator to checks

    Don't try to point to the CRD:s, instead point the owenerRefernece to
    the operator. Don't take in to account that the operator pod can be
    removed.
    NissesSenap committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7a16789 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Move ownerRef to checkclient

    This to make it reachable from the clients.
    NissesSenap committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    48c8fb5 View commit details
    Browse the repository at this point in the history
  2. Cirkular imports of external/client

    external/client needs the external packages.
    For now I have the exact same code in both files.
    This way it still works and the external checkers can still get ownerRef
    in a easy way.
    NissesSenap committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d97abb3 View commit details
    Browse the repository at this point in the history
  3. Migrate to util

    This way we only need 1 function to get ownerRef
    NissesSenap committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    0cd6a4e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Cleaning up the PR

    Removing some old constants and fixing go.mod
    NissesSenap committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6692255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a57ea74 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

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