kubernetes/pkg/registry/core/serviceaccount/storage/token.go

func (r *TokenREST) New() runtime.Object {}

// Destroy cleans up resources on shutdown.
func (r *TokenREST) Destroy() {}

type TokenREST

var _

var _

var gvk

func (r *TokenREST) Create(ctx context.Context, name string, obj runtime.Object, createValidation rest.ValidateObjectFunc, options *metav1.CreateOptions) (runtime.Object, error) {}

func (r *TokenREST) GroupVersionKind(schema.GroupVersion) schema.GroupVersionKind {}

// newContext return a copy of ctx in which new RequestInfo is set
func newContext(ctx context.Context, resource, name, namespace string, gvk schema.GroupVersionKind) context.Context {}

// isKubeAudiences returns true if the tokenaudiences is a strict subset of apiserver audiences.
func (r *TokenREST) isKubeAudiences(tokenAudience []string) bool {}