Versions in this module Expand all Collapse all v2 v2.1.1 Dec 22, 2021 v2.1.0 Dec 22, 2021 Changes in this version + type Role struct + ObjectMeta api.ObjectMeta + TypeMeta api.TypeMeta + type RoleCell Role + func (self RoleCell) GetProperty(name dataselect.PropertyName) dataselect.ComparableValue + type RoleDetail struct + Errors []error + Rules []rbac.PolicyRule + func GetRoleDetail(client k8sClient.Interface, namespace, name string) (*RoleDetail, error) + type RoleList struct + Errors []error + Items []Role + ListMeta api.ListMeta + func GetRoleList(client kubernetes.Interface, nsQuery *common.NamespaceQuery, ...) (*RoleList, error) + func GetRoleListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery) (*RoleList, error)