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

Implement OperatorPolicy health checks for CSV #196

Merged

Commits on Feb 6, 2024

  1. Implement OperatorPolicy health checks for CSV

    Following the 'handle*' function pattern that is
    used by the subscription and operatorgroup checks,
    similar functionality was added to handle OLM CSVs.
    Modifications were made to the original subscription
    handle function in order to return the unstructured
    subscription object to make checking CSVs easier.
    
    Ref: https://issues.redhat.com/browse/ACM-9284
    
    Signed-off-by: Jeffrey Luo <jeluo@redhat.com>
    JeffeyL committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5ac6153 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Implement OperatorPolicy health checks for Deployments

    Following the 'handle*' function pattern that is
    used by the subscription and operatorgroup checks,
    similar functionality was added to handle Deployments.
    
    Ref: https://issues.redhat.com/browse/ACM-6598
    
    Signed-off-by: Jeffrey Luo <jeluo@redhat.com>
    JeffeyL committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2764120 View commit details
    Browse the repository at this point in the history