-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/server-side-paginationkind/enhancement
Milestone
Description
- Documentation covered in other issues (replacement of findAll, use of common components like list and labelSelector filters that make use of ssp, etc)
- ATM pagination is restricted to certain types / situations
- This ensures that we can port of required functionality (like table headers) before enabling
- See shell/utils/pagination-utils.ts isEnabled
- For CRDs that don't have their own list component (and possibly broken headers) SSP will be on
- There's no difference between those types and the ones we show in More Resources
- For CRDs that have custom lists though they would need to update a setting to enable the whole store (not possible for
cluster
, but if they had a custom one likeharvester
) OR specific types by updating a performance setting- This has to be improved / extensible
Metadata
Metadata
Assignees
Labels
QA/dev-automationIssues that engineers have written automation around so QA doesn't have look at thisIssues that engineers have written automation around so QA doesn't have look at thisarea/server-side-paginationkind/enhancement