kubernetesk8s.io/kubernetes/pkg/registry/authentication/tokenreview Index | Files

package tokenreview

import "k8s.io/kubernetes/pkg/registry/authentication/tokenreview"

Index

Types

type REST

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

func NewREST

func NewREST(tokenAuthenticator authenticator.Request, apiAudiences []string) *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 (r *REST) GetSingularName() string

func (*REST) NamespaceScoped

func (r *REST) NamespaceScoped() bool

func (*REST) New

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

Source Files

storage.go

Version
v1.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
12 packages
Last checked
5 hours ago

Tools for package owners.