Versions in this module Expand all Collapse all v0 v0.1.4 Feb 23, 2020 v0.1.0 Feb 22, 2020 Changes in this version + type Client interface + Get func(ns, role string, options ...meta.GetOptions) (_ *rbac.Role, exists bool, _ error) + List func(ns string, options ...meta.ListOptions) (*rbac.RoleList, error) + type DefaultClient struct + func NewDefaultClient(getter rbac_type.RolesGetter) *DefaultClient + func (c *DefaultClient) Get(ns, role string, options ...meta.GetOptions) (_ *rbac.Role, exists bool, _ error) + func (c *DefaultClient) List(ns string, options ...meta.ListOptions) (*rbac.RoleList, error)