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

Track controller-runtime 0.15 development #356

Merged
merged 4 commits into from
May 12, 2023
Merged

Track controller-runtime 0.15 development #356

merged 4 commits into from
May 12, 2023

Commits on May 12, 2023

  1. Track controller-runtime 0.15 development

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8058424 View commit details
    Browse the repository at this point in the history
  2. Indicate which resources have a status sub-resource

    An upstream change in the fake client now distinguishes between
    patch/update requests to resource with a status sub-resource and those
    without.
    
    Requests made to a resource with the status sub-resource at the main
    resource are not able to mutate the status, and requests made to the
    status sub-resource are only able to modify the status.
    
    Requests using the status sub-resource to types that have not indicated
    they support the status sub-resource will return a not found error.
    
    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    75aadf3 View commit details
    Browse the repository at this point in the history
  3. track latest

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    44c82fb View commit details
    Browse the repository at this point in the history
  4. controller-runtime v0.15.0-alpha.0

    Signed-off-by: Scott Andrews <andrewssc@vmware.com>
    scothis committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4492479 View commit details
    Browse the repository at this point in the history