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

Redesign plane resource types #7499

Merged
merged 1 commit into from
May 6, 2024
Merged

Commits on May 6, 2024

  1. Redesign plane resource types

    This change splits the plane resource type into multiple types for maintainability as reviewed in radius-project/design-notes#42. See the design document for the motivation and dicussion of the specific design details. In summary, previously we had one resource type for all planes, and now we have a few separate ones.
    
    This is a technically a breaking change but the impact on users is very low because it's mainly UCP itself that interacts with the planes.
    
    The majority of the code changes are due to:
    
        Simplifying the resource group client API
        Updating and adding examples
    
    Signed-off-by: Ryan Nowak <nowakra@gmail.com>
    rynowak committed May 6, 2024
    Configuration menu
    Copy the full SHA
    69d55ae View commit details
    Browse the repository at this point in the history