-
Notifications
You must be signed in to change notification settings - Fork 16
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
Flux: Kustomization inventory showing all items with proper links #173
Flux: Kustomization inventory showing all items with proper links #173
Conversation
d0183cf
to
3af732b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the changes look good to me, but i saw that the inventory is missing some items and mostly resources which has a kind that we are not aware of for example kind = PolicyReport or kind = ClusterPolicy, we should show all these items. Also for an instance i saw that the inventory has 51 items but we are only showing 28 we are missing some of the inventory items(This is a seperate issue) but for this PR i think we should have atleast the unknowkn kind resources as well in the list.
I have added a new commit to show also inventory resources that cannot be queried. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure to resolve the merge conflicts with a rebase
* Kustomization inventory showing all items with proper links, without need for cluster wide privileges. * Refactor routes to include first part of apiVersion in the path, for consistent navigating from inventory. * Fixed depreaction warning "Route was found by path instead of name" Signed-off-by: Matthijs Galesloot <[email protected]>
Signed-off-by: Matthijs Galesloot <[email protected]>
6d37602
to
ac499b2
Compare
rebase completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more changes but i think after these are fixed and the CI passes this is good to go
a4949ce
to
f57773f
Compare
Signed-off-by: Matthijs Galesloot <[email protected]>
4a6962f
to
51a49d3
Compare
The changes for Event.default are already in the main, see commit 2db3fc7 |
Thank you so much @mgalesloot for this PR some really nice set of changes 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, Works like charm
Fixes #162