Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type RolesClient struct + Clientset *kubernetes.Clientset + func (rc *RolesClient) CreateRole(role *rbacv1.Role, namespace string) (*rbacv1.Role, error) + func (rc *RolesClient) DeleteRole(name string, namespace string) error + func (rc *RolesClient) GetList(namespace string, opts metav1.ListOptions) (*rbacv1.RoleList, error) + func (rc *RolesClient) GetRole(name string, namespace string) (*rbacv1.Role, error) + type RolesClientInterface interface + CreateRole func(role *rbacv1.Role, namespace string) (*rbacv1.Role, error) + DeleteRole func(name string, namespace string) error + GetList func(namespace string, opts metav1.ListOptions) (*rbacv1.RoleList, error) + GetRole func(name string, namespace string) (*rbacv1.Role, error)