Versions in this module Expand all Collapse all v0 v0.5.0 Dec 19, 2024 Changes in this version + func Register(schemas *types.APISchemas, ccache clustercache.ClusterCache) + type Count struct + Counts map[string]ItemCount + ID string + type ItemCount struct + Namespaces map[string]Summary + Revision int + Summary Summary + func (i *ItemCount) DeepCopy() *ItemCount + type Store struct + func (s *Store) ByID(apiOp *types.APIRequest, schema *types.APISchema, id string) (types.APIObject, error) + func (s *Store) List(apiOp *types.APIRequest, schema *types.APISchema) (types.APIObjectList, error) + func (s *Store) Watch(apiOp *types.APIRequest, schema *types.APISchema, w types.WatchRequest) (chan types.APIEvent, error) + type Summary struct + Count int + Error int + States map[string]int + Transitioning int + func (s *Summary) DeepCopy() *Summary