Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type Store struct + func NewStore() *Store + func (s *Store) GetContainer(id string) (*workloadmeta.Container, error) + func (s *Store) GetECSTask(id string) (*workloadmeta.ECSTask, error) + func (s *Store) GetKubernetesPod(id string) (*workloadmeta.KubernetesPod, error) + func (s *Store) GetKubernetesPodForContainer(containerID string) (*workloadmeta.KubernetesPod, error) + func (s *Store) Notify(events []workloadmeta.CollectorEvent) + func (s *Store) Set(entity workloadmeta.Entity) + func (s *Store) Start(ctx context.Context) + func (s *Store) Subscribe(name string, filter *workloadmeta.Filter) chan workloadmeta.EventBundle + func (s *Store) Unset(entity workloadmeta.Entity) + func (s *Store) Unsubscribe(ch chan workloadmeta.EventBundle)