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

Fix including pods in details pages #2768

Merged
merged 1 commit into from Sep 21, 2022
Merged

Fix including pods in details pages #2768

merged 1 commit into from Sep 21, 2022

Conversation

ozamosi
Copy link
Contributor

@ozamosi ozamosi commented Sep 21, 2022

Since we made the graph a tree structure internally, we've not displayed e.g. pods and replicasets on the details page, because they weren't being returned as a flat list.

This changes it to work again.

I've tried to not make the implementation handle unexpected input, to act as a booby trap if the API were to change again. The test won't catch it, but it should make the details page break so bad you can't avoid spotting it.

@ozamosi ozamosi requested a review from a team September 21, 2022 10:30
Since we made the graph a tree structure internally, we've not
displayed e.g. pods and replicasets on the details page, because they
weren't being returned as a flat list.

This changes it to work again.
@ozamosi ozamosi merged commit bcaea22 into main Sep 21, 2022
@ozamosi ozamosi deleted the pods-on-details-pages branch September 21, 2022 10:52
@ozamosi ozamosi added the bug Something isn't working label Sep 27, 2022
This was referenced Sep 29, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants