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

🐛 [BUG] Displaying Resources #18

Closed
gianlucam76 opened this issue Oct 2, 2024 · 4 comments
Closed

🐛 [BUG] Displaying Resources #18

gianlucam76 opened this issue Oct 2, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@gianlucam76
Copy link
Member

Description

When querying displayed resources, the response is

{"totalResources":1,"resources":[{"name":"disallow-latest-tag","group":"kyverno.io","kind":"ClusterPolicy","version":"v1","lastAppliedTime":"2024-10-02T07:28:41Z","profileNames":["ClusterProfile/deploy-resources"]}]}

Let's have those tabs (in this precise order):

"Group" - "Version" - "Namespace" - "Name" - "Last Applied" - "Profile"

the Group would combination of group/kind. So in above example

kyverno.io/ClusterPolicy

Reproduction URL

No response

Reproduction steps

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

Browsers

No response

OS

No response

@gianlucam76 gianlucam76 added the bug Something isn't working label Oct 2, 2024
@Safouene1
Copy link
Contributor

image
@gianlucam76 , There is no "namespace" in resources response .
image

@Safouene1
Copy link
Contributor

let me know if this works great for you
image

@gianlucam76
Copy link
Member Author

Perfect! Thank you

@gianlucam76
Copy link
Member Author

Hi @Safouene1 for the Resources, "Namespace" is empty for cluster wide resources. While it is present for namespaces resources.

From your screenshots, Helm charts is perfect.

Resources (again from your screenshot) needs to be changed. It should be

Group Kind Namespace Name Last Applied ClusterProfile

So

"gateway/classes.gateway..." "CustomResourceDefinitions" "" "gateway classes" "08:02..." "ClusterProfile"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants