Versions in this module Expand all Collapse all v1 v1.0.8 Nov 7, 2015 v1.0.7 Oct 29, 2015 Changes in this version + func KubernetesAuthorizerAttributes(namespace string, userName string, groups []string, ...) kauthorizer.Attributes + func NewAuthorizer(originAuthorizer oauthorizer.Authorizer) (kauthorizer.Authorizer, error) + func OriginAuthorizerAttributes(kattrs kauthorizer.Attributes) (kapi.Context, oauthorizer.AuthorizationAttributes) + type AdapterAttributes struct + func (a AdapterAttributes) GetGroups() []string + func (a AdapterAttributes) GetNamespace() string + func (a AdapterAttributes) GetUserName() string + func (a AdapterAttributes) IsReadOnly() bool + type AdapterAuthorizer struct + func (z *AdapterAuthorizer) Authorize(kattrs kauthorizer.Attributes) error