package fake

import "k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeRbacV1alpha1

type FakeRbacV1alpha1 struct {
	*testing.Fake
}

func (*FakeRbacV1alpha1) ClusterRoleBindings

func (c *FakeRbacV1alpha1) ClusterRoleBindings() v1alpha1.ClusterRoleBindingInterface

func (*FakeRbacV1alpha1) ClusterRoles

func (*FakeRbacV1alpha1) RESTClient

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

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

func (*FakeRbacV1alpha1) RoleBindings

func (c *FakeRbacV1alpha1) RoleBindings(namespace string) v1alpha1.RoleBindingInterface

func (*FakeRbacV1alpha1) Roles

func (c *FakeRbacV1alpha1) Roles(namespace string) v1alpha1.RoleInterface

Source Files

doc.go fake_clusterrole.go fake_clusterrolebinding.go fake_rbac_client.go fake_role.go fake_rolebinding.go

Version
v0.32.0
Published
Dec 11, 2024
Platform
linux/amd64
Imports
6 packages
Last checked
15 minutes ago

Tools for package owners.