Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + type REST struct + func NewREST(authorizer kauthorizer.Authorizer) *REST + func (r *REST) Create(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, _ bool) (runtime.Object, error) + func (r *REST) New() runtime.Object + func (s *REST) NamespaceScoped() bool + type Registry interface + CreateSubjectAccessReview func(ctx context.Context, subjectAccessReview *api.SubjectAccessReview) (*api.SubjectAccessReviewResponse, error) + func NewRegistry(s Storage) Registry + type Storage interface + Create func(ctx context.Context, obj runtime.Object, _ rest.ValidateObjectFunc, _ bool) (runtime.Object, error) Other modules containing this package gopkg.in/openshift/origin.v4