package selfsubjectaccessreview
import "k8s.io/kubernetes/pkg/registry/authorization/selfsubjectaccessreview"
Index ¶
- type REST
- func NewREST(authorizer authorizer.Authorizer) *REST
- func (r *REST) Create(ctx context.Context, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error)
- func (r *REST) Destroy()
- func (r *REST) GetSingularName() string
- func (r *REST) NamespaceScoped() bool
- func (r *REST) New() runtime.Object
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) Destroy ¶
func (r *REST) Destroy()
Destroy cleans up resources on shutdown.
func (*REST) GetSingularName ¶
func (*REST) NamespaceScoped ¶
func (*REST) New ¶
Source Files ¶
rest.go
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 3 hours ago –
Tools for package owners.