Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + var Strategy = strategy + type AuthorizerAdapter struct + Registry Registry + func (a AuthorizerAdapter) GetClusterRole(name string) (*rbacv1.ClusterRole, error) + type Registry interface + GetClusterRole func(ctx context.Context, name string, options *metav1.GetOptions) (*rbacv1.ClusterRole, error) + func NewRegistry(s rest.StandardStorage) Registry