Searched defs:sortedNamespaces (Results 1 – 1 of 1) sorted by relevance
34 type sortedNamespaces struct { struct35 lock sync.Mutex36 items []*Namespace37 sorted bool40 func (s *sortedNamespaces) add(namespace *Namespace) {49 func (s *sortedNamespaces) sortedItems() []*Namespace {62 func (s *sortedNamespaces) index(namespace *Namespace) int {81 sortedNamespaces sortedNamespaces member