steve/pkg
Eric Promislow 89268ba86b
Sort-indirect PR broken into smaller parts: part 2/6 - fix the Sort part of ListOptions (#611)
* Move types related to list options and sql queries into their own package.

The problem having these in the informer package is that eventually code
in other packages will need to import `informer` only for constants or types,
but some members of the informer package may already depend on those. Best to
move type definitions into their own simpler package.

* Fix the ListOptions sort field.

Instead of making it a single array-ish field, convert it into a
true array of Sort Directives.  Easier to read, less bending backwards.

* Rebasing (or human error) duplicated 'NewSortList'.
2025-04-25 10:15:20 -07:00
..
accesscontrol
aggregation
attributes
auth Update urfave/cli to v2 (#523) 2025-04-08 12:46:32 -07:00
client
clustercache
controllers/schema
debounce
debug Update urfave/cli to v2 (#523) 2025-04-08 12:46:32 -07:00
ext
metrics
podimpersonation
proxy
resources
schema
server Update urfave/cli to v2 (#523) 2025-04-08 12:46:32 -07:00
sqlcache Sort-indirect PR broken into smaller parts: part 2/6 - fix the Sort part of ListOptions (#611) 2025-04-25 10:15:20 -07:00
stores Sort-indirect PR broken into smaller parts: part 2/6 - fix the Sort part of ListOptions (#611) 2025-04-25 10:15:20 -07:00
summarycache
ui Add log message to log the error from http client (#595) 2025-04-11 13:09:34 -07:00
version