kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake/fake_rbac_client.go

type FakeRbacV1alpha1

func (c *FakeRbacV1alpha1) ClusterRoles() v1alpha1.ClusterRoleInterface {}

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

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

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

// RESTClient returns a RESTClient that is used to communicate
// with API server by this client implementation.
func (c *FakeRbacV1alpha1) RESTClient() rest.Interface {}