type FakeAuthenticationV1 … func (c *FakeAuthenticationV1) SelfSubjectReviews() v1.SelfSubjectReviewInterface { … } func (c *FakeAuthenticationV1) TokenReviews() v1.TokenReviewInterface { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FakeAuthenticationV1) RESTClient() rest.Interface { … }