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 ¶ added in v1.4.0
func (c *GroupCache) LastSyncResourceVersion() string
LastSyncResourceVersioner exposes the LastSyncResourceVersion of the internal reflector.
Click to show internal directories.
Click to hide internal directories.