Documentation ¶
Index ¶
- type RbacV1Client
- func (c *RbacV1Client) ClusterRoleBindings() rbacv1.ClusterRoleBindingInterface
- func (c *RbacV1Client) ClusterRoles() rbacv1.ClusterRoleInterface
- func (c *RbacV1Client) RESTClient() rest.Interface
- func (c *RbacV1Client) RoleBindings(namespace string) rbacv1.RoleBindingInterface
- func (c *RbacV1Client) Roles(namespace string) rbacv1.RoleInterface
- type RbacV1ClusterClient
- func (c *RbacV1ClusterClient) Cluster(clusterPath logicalcluster.Path) rbacv1.RbacV1Interface
- func (c *RbacV1ClusterClient) ClusterRoleBindings() kcprbacv1.ClusterRoleBindingClusterInterface
- func (c *RbacV1ClusterClient) ClusterRoles() kcprbacv1.ClusterRoleClusterInterface
- func (c *RbacV1ClusterClient) RoleBindings() kcprbacv1.RoleBindingClusterInterface
- func (c *RbacV1ClusterClient) Roles() kcprbacv1.RoleClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RbacV1Client ¶
type RbacV1Client struct { *kcptesting.Fake ClusterPath logicalcluster.Path }
func (*RbacV1Client) ClusterRoleBindings ¶
func (c *RbacV1Client) ClusterRoleBindings() rbacv1.ClusterRoleBindingInterface
func (*RbacV1Client) ClusterRoles ¶
func (c *RbacV1Client) ClusterRoles() rbacv1.ClusterRoleInterface
func (*RbacV1Client) RESTClient ¶
func (c *RbacV1Client) RESTClient() rest.Interface
func (*RbacV1Client) RoleBindings ¶
func (c *RbacV1Client) RoleBindings(namespace string) rbacv1.RoleBindingInterface
func (*RbacV1Client) Roles ¶
func (c *RbacV1Client) Roles(namespace string) rbacv1.RoleInterface
type RbacV1ClusterClient ¶
type RbacV1ClusterClient struct {
*kcptesting.Fake
}
func (*RbacV1ClusterClient) Cluster ¶
func (c *RbacV1ClusterClient) Cluster(clusterPath logicalcluster.Path) rbacv1.RbacV1Interface
func (*RbacV1ClusterClient) ClusterRoleBindings ¶
func (c *RbacV1ClusterClient) ClusterRoleBindings() kcprbacv1.ClusterRoleBindingClusterInterface
func (*RbacV1ClusterClient) ClusterRoles ¶
func (c *RbacV1ClusterClient) ClusterRoles() kcprbacv1.ClusterRoleClusterInterface
func (*RbacV1ClusterClient) RoleBindings ¶
func (c *RbacV1ClusterClient) RoleBindings() kcprbacv1.RoleBindingClusterInterface
func (*RbacV1ClusterClient) Roles ¶
func (c *RbacV1ClusterClient) Roles() kcprbacv1.RoleClusterInterface
Click to show internal directories.
Click to hide internal directories.