cache

package
v3.6.0-rc.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2017 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ByUserIndexKeys

func ByUserIndexKeys(obj interface{}) ([]string, error)

ByUserIndexKeys is cache.IndexFunc for Groups that will index groups by User, so that a direct cache lookup using a User.Name will return all Groups that User is a member of

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

func (c *GroupCache) LastSyncResourceVersion() string

LastSyncResourceVersioner exposes the LastSyncResourceVersion of the internal reflector.

func (*GroupCache) Run

func (c *GroupCache) Run()

Run begins watching and synchronizing the cache

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

func (c *GroupCache) Running() bool

Running determines if the cache is initialized and running.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL