type FakeAuthenticationV1beta1 struct { *testing.Fake }
func (c *FakeAuthenticationV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (c *FakeAuthenticationV1beta1) SelfSubjectReviews() v1beta1.SelfSubjectReviewInterface
func (c *FakeAuthenticationV1beta1) TokenReviews() v1beta1.TokenReviewInterface
FakeSelfSubjectReviews implements SelfSubjectReviewInterface
type FakeSelfSubjectReviews struct { Fake *FakeAuthenticationV1beta1 }
func (c *FakeSelfSubjectReviews) Create(ctx context.Context, selfSubjectReview *v1beta1.SelfSubjectReview, opts v1.CreateOptions) (result *v1beta1.SelfSubjectReview, err error)
Create takes the representation of a selfSubjectReview and creates it. Returns the server's representation of the selfSubjectReview, and an error, if there is any.
FakeTokenReviews implements TokenReviewInterface
type FakeTokenReviews struct { Fake *FakeAuthenticationV1beta1 }
func (c *FakeTokenReviews) Create(ctx context.Context, tokenReview *v1beta1.TokenReview, opts v1.CreateOptions) (result *v1beta1.TokenReview, err error)
Create takes the representation of a tokenReview and creates it. Returns the server's representation of the tokenReview, and an error, if there is any.