cache

package
v3.11.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const ByUserIndexName = "ByUser"

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
}

GroupCache is a skin on an indexer to provide the reverse index from user to groups. Once we work out a cleaner way to extend a lister, this should live there.

func NewGroupCache

func NewGroupCache(groupInformer userinformer.GroupInformer) *GroupCache

func (*GroupCache) GroupsFor

func (c *GroupCache) GroupsFor(username string) ([]*userapi.Group, error)

Jump to

Keyboard shortcuts

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