package selfsubjectreview
import "k8s.io/kubernetes/pkg/registry/authentication/selfsubjectreview"
Index ¶
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 selfsubjectrulesreviews.
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) Destroy ¶
func (r *REST) Destroy()
Destroy cleans up resources on shutdown.
func (*REST) NamespaceScoped ¶
NamespaceScoped fulfill rest.Scoper
func (*REST) New ¶
New creates a new selfsubjectrulesreview object.
Source Files ¶
rest.go
- Version
- v1.26.6
- Published
- Jun 14, 2023
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 1 minute ago –
Tools for package owners.