package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeRbacV1beta1

type FakeRbacV1beta1 struct {
	*testing.Fake
}

func (*FakeRbacV1beta1) ClusterRoleBindings

func (c *FakeRbacV1beta1) ClusterRoleBindings() v1beta1.ClusterRoleBindingInterface

func (*FakeRbacV1beta1) ClusterRoles

func (c *FakeRbacV1beta1) ClusterRoles() v1beta1.ClusterRoleInterface

func (*FakeRbacV1beta1) RESTClient

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

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

func (*FakeRbacV1beta1) RoleBindings

func (c *FakeRbacV1beta1) RoleBindings(namespace string) v1beta1.RoleBindingInterface

func (*FakeRbacV1beta1) Roles

func (c *FakeRbacV1beta1) Roles(namespace string) v1beta1.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
1 minute ago

Tools for package owners.