import "k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake"
Package fake has the automatically generated clients.
doc.go fake_authentication_client.go fake_tokenreview.go
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) TokenReviews() v1beta1.TokenReviewInterface
type FakeTokenReviews struct { Fake *FakeAuthenticationV1beta1 }
FakeTokenReviews implements TokenReviewInterface
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.
Package fake imports 7 packages (graph) and is imported by 34 packages. Updated 2020-02-11. Refresh now. Tools for package owners.