Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REST ¶
type REST struct { }
REST implements a RESTStorage for selfsubjectreviews.
func NewREST ¶
func NewREST() *REST
NewREST returns a RESTStorage object that will work against selfsubjectreviews.
func (*REST) Create ¶
func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error)
Create returns attributes of the subject making the request.
func (*REST) GetSingularName ¶ added in v1.27.0
func (*REST) NamespaceScoped ¶
NamespaceScoped fulfill rest.Scoper
Click to show internal directories.
Click to hide internal directories.