package fake
import "k8s.io/client-go/kubernetes/typed/rbac/v1/fake"
Package fake has the automatically generated clients.
Index ¶
- type FakeRbacV1
- func (c *FakeRbacV1) ClusterRoleBindings() v1.ClusterRoleBindingInterface
- func (c *FakeRbacV1) ClusterRoles() v1.ClusterRoleInterface
- func (c *FakeRbacV1) RESTClient() rest.Interface
- func (c *FakeRbacV1) RoleBindings(namespace string) v1.RoleBindingInterface
- func (c *FakeRbacV1) Roles(namespace string) v1.RoleInterface
Types ¶
type FakeRbacV1 ¶
func (*FakeRbacV1) ClusterRoleBindings ¶
func (c *FakeRbacV1) ClusterRoleBindings() v1.ClusterRoleBindingInterface
func (*FakeRbacV1) ClusterRoles ¶
func (c *FakeRbacV1) ClusterRoles() v1.ClusterRoleInterface
func (*FakeRbacV1) RESTClient ¶
func (c *FakeRbacV1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeRbacV1) RoleBindings ¶
func (c *FakeRbacV1) RoleBindings(namespace string) v1.RoleBindingInterface
func (*FakeRbacV1) Roles ¶
func (c *FakeRbacV1) Roles(namespace string) v1.RoleInterface
Source Files ¶
doc.go fake_clusterrole.go fake_clusterrolebinding.go fake_rbac_client.go fake_role.go fake_rolebinding.go
- Version
- v0.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 2 hours ago –
Tools for package owners.