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) NamespaceScoped

func (r *REST) NamespaceScoped() bool

func (*REST) New

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

Source Files

storage.go

Version
v1.14.9
Published
Nov 9, 2019
Platform
js/wasm
Imports
12 packages
Last checked
1 minute ago

Tools for package owners.