 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroupCache ¶
type GroupCache struct {
	// contains filtered or unexported fields
}
    func NewGroupCache ¶
func NewGroupCache(groupRegistry groupregistry.Registry) *GroupCache
func (*GroupCache) GroupsFor ¶
func (c *GroupCache) GroupsFor(username string) ([]*userapi.Group, error)
func (*GroupCache) LastSyncResourceVersion ¶ added in v1.4.0
func (c *GroupCache) LastSyncResourceVersion() string
LastSyncResourceVersioner exposes the LastSyncResourceVersion of the internal reflector.
func (*GroupCache) RunUntil ¶
func (c *GroupCache) RunUntil(stopChannel <-chan struct{})
RunUntil starts a watch and handles watch events. Will restart the watch if it is closed. RunUntil starts a goroutine and returns immediately. It will exit when stopCh is closed.
func (*GroupCache) Running ¶ added in v1.4.0
func (c *GroupCache) Running() bool
Running determines if the cache is initialized and running.
       Source Files
      ¶
      Source Files
      ¶
    
- groups.go
 Click to show internal directories. 
   Click to hide internal directories.