package fake

import "k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeAuthorizationV1beta1

type FakeAuthorizationV1beta1 struct {
	*testing.Fake
}

func (*FakeAuthorizationV1beta1) LocalSubjectAccessReviews

func (c *FakeAuthorizationV1beta1) LocalSubjectAccessReviews(namespace string) v1beta1.LocalSubjectAccessReviewInterface

func (*FakeAuthorizationV1beta1) RESTClient

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

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

func (*FakeAuthorizationV1beta1) SelfSubjectAccessReviews

func (*FakeAuthorizationV1beta1) SelfSubjectRulesReviews

func (*FakeAuthorizationV1beta1) SubjectAccessReviews

type FakeLocalSubjectAccessReviews

type FakeLocalSubjectAccessReviews struct {
	Fake *FakeAuthorizationV1beta1
	// contains filtered or unexported fields
}

FakeLocalSubjectAccessReviews implements LocalSubjectAccessReviewInterface

func (*FakeLocalSubjectAccessReviews) Create

Create takes the representation of a localSubjectAccessReview and creates it. Returns the server's representation of the localSubjectAccessReview, and an error, if there is any.

type FakeSelfSubjectAccessReviews

type FakeSelfSubjectAccessReviews struct {
	Fake *FakeAuthorizationV1beta1
}

FakeSelfSubjectAccessReviews implements SelfSubjectAccessReviewInterface

func (*FakeSelfSubjectAccessReviews) Create

Create takes the representation of a selfSubjectAccessReview and creates it. Returns the server's representation of the selfSubjectAccessReview, and an error, if there is any.

type FakeSelfSubjectRulesReviews

type FakeSelfSubjectRulesReviews struct {
	Fake *FakeAuthorizationV1beta1
}

FakeSelfSubjectRulesReviews implements SelfSubjectRulesReviewInterface

func (*FakeSelfSubjectRulesReviews) Create

Create takes the representation of a selfSubjectRulesReview and creates it. Returns the server's representation of the selfSubjectRulesReview, and an error, if there is any.

type FakeSubjectAccessReviews

type FakeSubjectAccessReviews struct {
	Fake *FakeAuthorizationV1beta1
}

FakeSubjectAccessReviews implements SubjectAccessReviewInterface

func (*FakeSubjectAccessReviews) Create

func (c *FakeSubjectAccessReviews) Create(ctx context.Context, subjectAccessReview *v1beta1.SubjectAccessReview, opts v1.CreateOptions) (result *v1beta1.SubjectAccessReview, err error)

Create takes the representation of a subjectAccessReview and creates it. Returns the server's representation of the subjectAccessReview, and an error, if there is any.

Source Files

doc.go fake_authorization_client.go fake_localsubjectaccessreview.go fake_selfsubjectaccessreview.go fake_selfsubjectrulesreview.go fake_subjectaccessreview.go

Version
v0.20.13-rc.0
Published
Oct 28, 2021
Platform
linux/amd64
Imports
7 packages
Last checked
4 minutes ago

Tools for package owners.