kubernetesk8s.io/kubernetes/pkg/registry/authorization/selfsubjectaccessreview Index | Files

package selfsubjectaccessreview

import "k8s.io/kubernetes/pkg/registry/authorization/selfsubjectaccessreview"

Index

Types

type REST

type REST struct {
	// contains filtered or unexported fields
}

func NewREST

func NewREST(authorizer authorizer.Authorizer) *REST

func (*REST) Create

func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error)

func (*REST) NamespaceScoped

func (r *REST) NamespaceScoped() bool

func (*REST) New

func (r *REST) New() runtime.Object

Source Files

rest.go

Version
v1.21.0-rc.0
Published
Mar 26, 2021
Platform
js/wasm
Imports
11 packages
Last checked
4 minutes ago

Tools for package owners.