Skip to content

#52217 - VAI: Pod restart field returns stale value + Multi-value column - #997

Draft
gehrkefc wants to merge 6 commits into
rancher:mainfrom
gehrkefc:feat/dual-data-column
Draft

#52217 - VAI: Pod restart field returns stale value + Multi-value column #997
gehrkefc wants to merge 6 commits into
rancher:mainfrom
gehrkefc:feat/dual-data-column

Conversation

@gehrkefc

@gehrkefc gehrkefc commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Added a Multivalue Field formatter and used it for Restart field of v1.Pods.

It saves the information as a JSONB field at the DB and create separate indexes for each field. This way, we support sorting and filtering on them. At the API level it works like this:

  • metadata.fields[3] sort for count
  • metadata.fields[3][0] for count
  • metadata.fields[3][1] for timestamp

@gehrkefc gehrkefc changed the title Feat/dual data column #52217 - VAI: Pod restart field returns stale value + Multi-value column Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant