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

Support client patch and delete collection requests for tests #202

Merged
merged 2 commits into from Apr 16, 2022

Commits on Apr 5, 2022

  1. Support client patch requests for tests

    Reconcilers can now make use of patch operations and test them like any
    other client request. Unlike for operation that use the full object,
    type aware comparisons are not available. The exact patch type and bytes
    called on the client must match the expected values.
    
    Expectations are now managed for delete collection operations.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Apr 5, 2022
    Copy the full SHA
    fd7d901 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Allow sub-reconciler tests to patch

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed Apr 14, 2022
    Copy the full SHA
    d22aa01 View commit details
    Browse the repository at this point in the history