Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func NewAuthorizer(a authorizer.Authorizer, ttl time.Duration, cacheSize int) (authorizer.Authorizer, error) + type CacheAuthorizer struct + func (c *CacheAuthorizer) Authorize(ctx kapi.Context, a authorizer.Action) (allowed bool, reason string, err error) + func (c *CacheAuthorizer) GetAllowedSubjects(ctx kapi.Context, attributes authorizer.Action) (sets.String, sets.String, error) v1.5.0-alpha.1 Dec 29, 2016