package fake
import "k8s.io/client-go/kubernetes/typed/authentication/v1alpha1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeAuthenticationV1alpha1
- func (c *FakeAuthenticationV1alpha1) RESTClient() rest.Interface
- func (c *FakeAuthenticationV1alpha1) SelfSubjectReviews() v1alpha1.SelfSubjectReviewInterface
- type FakeSelfSubjectReviews
Types ¶
type FakeAuthenticationV1alpha1 ¶
func (*FakeAuthenticationV1alpha1) RESTClient ¶
func (c *FakeAuthenticationV1alpha1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeAuthenticationV1alpha1) SelfSubjectReviews ¶
func (c *FakeAuthenticationV1alpha1) SelfSubjectReviews() v1alpha1.SelfSubjectReviewInterface
type FakeSelfSubjectReviews ¶
type FakeSelfSubjectReviews struct { Fake *FakeAuthenticationV1alpha1 }
FakeSelfSubjectReviews implements SelfSubjectReviewInterface
func (*FakeSelfSubjectReviews) Create ¶
func (c *FakeSelfSubjectReviews) Create(ctx context.Context, selfSubjectReview *v1alpha1.SelfSubjectReview, opts v1.CreateOptions) (result *v1alpha1.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.
Source Files ¶
doc.go fake_authentication_client.go fake_selfsubjectreview.go
- Version
- v0.30.0
- Published
- Apr 17, 2024
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 6 minutes ago –
Tools for package owners.