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 an error when apiVersion is missing #163

Commits on Sep 20, 2023

  1. Add an error when the apiVersion is missing

    The apiVersion field is generally required by kubernetes objects... it's
    surprising that this situation wasn't already caught by an error when
    decoding or getting a mapping.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-7127
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    81462b9 View commit details
    Browse the repository at this point in the history
  2. Add debug to enforce with status test

    This test has been flakey - the last check for Compliant events has been
    coming back empty unexpectedly. This will print information about all of
    the events to help understand what is happening.
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b24c4dd View commit details
    Browse the repository at this point in the history