Searched defs:sortedNamespaces (Results 1 – 1 of 1) sorted by relevance
38 type sortedNamespaces struct { struct39 lock sync.Mutex40 items []*Namespace41 sorted bool44 func (s *sortedNamespaces) add(namespace *Namespace) {53 func (s *sortedNamespaces) sortedItems() []*Namespace {66 func (s *sortedNamespaces) index(namespace *Namespace) int {85 sortedNamespaces sortedNamespaces member