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]: List backend calls return objects without kind #1766

Closed
1 task done
lucferbux opened this issue Sep 7, 2023 · 1 comment
Closed
1 task done

[Bug]: List backend calls return objects without kind #1766

lucferbux opened this issue Sep 7, 2023 · 1 comment
Labels
kind/bug Something isn't working priority/normal An issue with the product; fix when possible

Comments

@lucferbux
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Deploy type

Installing Dashboard directly (eg. v2.12.0, commit xyz, branch name)

Version

main

Current Behavior

As per k8s design, listing resources returns objects without kind attribute.
This is addressed in the pass-through library by adding the type to each object in the list.
We need to add this logic to backend list calls to even the resources.

Expected Behavior

When listing k8s resources, all calls should return the same attributes.

Steps To Reproduce

  1. Go to the Settings Panel
  2. Navigate to Custom Serving Runtimes
  3. Open the Network inspector in Chrome
  4. Check that the call to list templates return objects without kind

Workaround (if any)

No response

What browsers are you seeing the problem on?

No response

Anything else

No response

@lucferbux lucferbux added kind/bug Something isn't working untriaged Indicates the newly create issue has not been triaged yet priority/normal An issue with the product; fix when possible labels Sep 7, 2023
@lucferbux
Copy link
Contributor Author

Closing this as it's gonna be addressed in #1615

@lucferbux lucferbux removed the untriaged Indicates the newly create issue has not been triaged yet label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working priority/normal An issue with the product; fix when possible
Projects
Status: No status
Archived in project
Status: No status
Development

No branches or pull requests

1 participant