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 custom resource instances page #2356

Merged
merged 2 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. frontend: Move the Custom Resources sidebat item to the top-level

    Co-authored-by: guilhane <guilhane.bourgoin@orange.com>
    
    Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
    joaquimrocha committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5e101d6 View commit details
    Browse the repository at this point in the history
  2. frontend: Add new CR instances view

    These changes add a new view to show all instances for Custom Resources,
    even if the user doesn't have the the role to list CRDs for all
    namespaces.
    
    The majority of this patch is based on work by Guilhane
    <guilhane.bourgoin@orange.com>.
    
    fixes: #1962
    
    Co-authored-by: guilhane <guilhane.bourgoin@orange.com>
    Co-authored-by: Oleksandr Dubenko <oldubenko@microsoft.com>
    
    Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
    Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
    joaquimrocha committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c1e1d56 View commit details
    Browse the repository at this point in the history