Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + type REST struct + func NewREST(authorizer kauthorizer.Authorizer, subjectLocator rbac.SubjectLocator) *REST + func (r *REST) Create(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, ...) (runtime.Object, error) + func (r *REST) New() runtime.Object + func (s *REST) NamespaceScoped() bool + type Registry interface + CreateResourceAccessReview func(ctx context.Context, resourceAccessReview *api.ResourceAccessReview) (*api.ResourceAccessReviewResponse, error) + func NewRegistry(s Storage) Registry + type Storage interface + Create func(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, ...) (runtime.Object, error) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3