Versions in this module Expand all Collapse all v0 v0.5.2 May 19, 2015 v0.5.1 May 13, 2015 Changes in this version + type Registry interface + CreateClusterRole func(ctx kapi.Context, policyClusterRole *authorizationapi.ClusterRole) (*authorizationapi.ClusterRole, error) + DeleteClusterRole func(ctx kapi.Context, id string) error + GetClusterRole func(ctx kapi.Context, id string) (*authorizationapi.ClusterRole, error) + ListClusterRoles func(ctx kapi.Context, label labels.Selector, field fields.Selector) (*authorizationapi.ClusterRoleList, error) + UpdateClusterRole func(ctx kapi.Context, policyClusterRole *authorizationapi.ClusterRole) (*authorizationapi.ClusterRole, bool, error) + func NewRegistry(s Storage) Registry + type Storage interface