kubernetes/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/round_trip_test.go

func TestRoundTrip(t *testing.T) {}

func v1StatusToV1beta1Status(in authenticationv1.TokenReviewStatus) authenticationv1beta1.TokenReviewStatus {}

func v1UserToV1beta1User(u authenticationv1.UserInfo) authenticationv1beta1.UserInfo {}

func v1beta1SpecToV1Spec(in authenticationv1beta1.TokenReviewSpec) authenticationv1.TokenReviewSpec {}