package fake
import "k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeAuthenticationV1beta1
- func (c *FakeAuthenticationV1beta1) RESTClient() rest.Interface
- func (c *FakeAuthenticationV1beta1) TokenReviews() v1beta1.TokenReviewInterface
- type FakeTokenReviews
Types ¶
type FakeAuthenticationV1beta1 ¶
func (*FakeAuthenticationV1beta1) RESTClient ¶
func (c *FakeAuthenticationV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeAuthenticationV1beta1) TokenReviews ¶
func (c *FakeAuthenticationV1beta1) TokenReviews() v1beta1.TokenReviewInterface
type FakeTokenReviews ¶
type FakeTokenReviews struct { Fake *FakeAuthenticationV1beta1 }
FakeTokenReviews implements TokenReviewInterface
func (*FakeTokenReviews) Create ¶
func (c *FakeTokenReviews) Create(tokenReview *authenticationapi.TokenReview) (result *authenticationapi.TokenReview, err error)
Source Files ¶
doc.go fake_authentication_client.go fake_tokenreview.go fake_tokenreview_expansion.go
- Version
- v0.16.6
- Published
- Jan 21, 2020
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.