func (r *TokenREST) New() runtime.Object { … }
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 { … }
func newContext(ctx context.Context, resource, name, namespace string, gvk schema.GroupVersionKind) context.Context { … }
func (r *TokenREST) isKubeAudiences(tokenAudience []string) bool { … }