package fake

import "k8s.io/client-go/deprecated/typed/authentication/v1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeAuthenticationV1

type FakeAuthenticationV1 struct {
	*testing.Fake
}

func (*FakeAuthenticationV1) RESTClient

func (c *FakeAuthenticationV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeAuthenticationV1) TokenReviews

func (c *FakeAuthenticationV1) TokenReviews() v1.TokenReviewInterface

type FakeTokenReviews

type FakeTokenReviews struct {
	Fake *FakeAuthenticationV1
}

FakeTokenReviews implements TokenReviewInterface

func (*FakeTokenReviews) Create

func (c *FakeTokenReviews) Create(tokenReview *authenticationapi.TokenReview) (result *authenticationapi.TokenReview, err error)

func (*FakeTokenReviews) CreateContext

func (c *FakeTokenReviews) CreateContext(ctx context.Context, 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.18.5
Published
Jun 26, 2020
Platform
linux/amd64
Imports
5 packages
Last checked
1 minute ago

Tools for package owners.