Versions in this module Expand all Collapse all v1 v1.1.0 Aug 9, 2026 v1.0.0 Aug 3, 2026 Changes in this version + type Store struct + func New() *Store + func NewStore(resources map[string]*resource.Data, timeline []resource.TimelineEntry, ...) *Store + func (s *Store) AddRevision(resourceUID string, rev resource.Revision) + func (s *Store) AddWatchKind(rk resource.Kind) []*resource.Data + func (s *Store) AllResources() []*resource.Data + func (s *Store) FilterResources(expr string) []*resource.Data + func (s *Store) FilterTimeline(expr string, starredOnly bool) []resource.TimelineEntry + func (s *Store) ForEachResource(fn func(uid string, rd *resource.Data)) + func (s *Store) GenerateRevision(rd *resource.Data) resource.Revision + func (s *Store) GetResource(uid string) *resource.Data + func (s *Store) KindGroups() []*resource.KindGroup + func (s *Store) RebuildKindGroups() + func (s *Store) RemoveWatchKind(kind string) + func (s *Store) ResourceCountByKind(kind string) int + func (s *Store) RevisionCountByKind(kind string) int + func (s *Store) ScheduleNextTick(epoch uint64) tea.Cmd + func (s *Store) StarredResources() []*resource.Data + func (s *Store) Timeline() []resource.TimelineEntry + func (s *Store) ToggleStar(uid string) bool + func (s *Store) TotalResourceCount() int + func (s *Store) TotalRevisionCount() int + func (s *Store) UnwatchedKinds() []resource.Kind + func (s *Store) WatchedKinds() []string