Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct {
// contains filtered or unexported fields
}
REST implements a RESTStorage for selfsubjectrulesreview.
func NewREST ¶
func NewREST(ruleResolver authorizer.RuleResolver) *REST
NewREST returns a RESTStorage object that will work against selfsubjectrulesreview.
func (*REST) Create ¶
func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, includeUninitialized bool) (runtime.Object, error)
Create attempts to get self subject rules in specific namespace.
func (*REST) NamespaceScoped ¶ added in v1.11.0
NamespaceScoped fulfill rest.Scoper
Click to show internal directories.
Click to hide internal directories.